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

Commit b2206b0d authored by Pirama Arumuga Nainar's avatar Pirama Arumuga Nainar Committed by android-build-merger
Browse files

Merge "Remove more semicolons at the end of namespaces"

am: d652a9e2

Change-Id: I9b75e15b47aada0b95a1364b907a83fe069f4242
parents 2e0f5247 d652a9e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@ bool SharedBuffer::onlyOwner() const {
    return (mRefs.load(std::memory_order_acquire) == 1);
}

}; // namespace android
}  // namespace android

// ---------------------------------------------------------------------------

+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ inline thread_id_t getThreadId() {
}

// ----------------------------------------------------------------------------
}; // namespace android
}  // namespace android
#endif  // __cplusplus
// ----------------------------------------------------------------------------

+1 −1
Original line number Diff line number Diff line
@@ -67,6 +67,6 @@ private:
    Vector<String8> mFrameLines;
};

}; // namespace android
}  // namespace android

#endif // ANDROID_CALLSTACK_H
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ inline void Condition::broadcast() {
#endif // !defined(_WIN32)

// ---------------------------------------------------------------------------
}; // namespace android
}  // namespace android
// ---------------------------------------------------------------------------

#endif // _LIBS_UTILS_CONDITON_H
+1 −1
Original line number Diff line number Diff line
@@ -35,6 +35,6 @@ template<> struct CompileTimeAssert<true> {};
    CompileTimeAssert<( _exp )>();

// ---------------------------------------------------------------------------
}; // namespace android
}  // namespace android

#endif // ANDROID_UTILS_DEBUG_H
Loading