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

Commit d652a9e2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove more semicolons at the end of namespaces"

parents ffc325a3 90affce0
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