Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb761c2d authored by Matthew Sedam's avatar Matthew Sedam
Browse files

Cleanup extraneous return in binder_auto_utils.h

Bug: N/A
Flag: EXEMPT bugfix
Test: Presubmits
Change-Id: Ib22be5c50c3aa1d046a58ea1aecdb577f1f18912
parent b21851c4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -335,7 +335,6 @@ class ScopedAStatus : public impl::ScopedAResource<AStatus*, AStatus_delete, nul

static inline std::ostream& operator<<(std::ostream& os, const ScopedAStatus& status) {
    return os << status.getDescription();
    return os;
}

/**