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

Commit 2b050797 authored by Jooyung Han's avatar Jooyung Han
Browse files

typo: remove semicolon in a wrong position

Bug: n/a
Test: m
Change-Id: I5030fb50a4b032a31dc7f4a7ed539abc388a2793
parent f75a5aa1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -103,7 +103,7 @@ public:
        return std::shared_ptr<T>(mParcelable, reinterpret_cast<T*>(mParcelable.get()));
        return std::shared_ptr<T>(mParcelable, reinterpret_cast<T*>(mParcelable.get()));
    }
    }


    Stability getStability() const override { return mStability; };
    Stability getStability() const override { return mStability; }


    inline bool operator!=(const ParcelableHolder& rhs) const {
    inline bool operator!=(const ParcelableHolder& rhs) const {
        return std::tie(mParcelable, mParcelPtr, mStability) !=
        return std::tie(mParcelable, mParcelPtr, mStability) !=