diff options
author | Pirama Arumuga Nainar <pirama@google.com> | 2018-04-11 23:10:28 -0700 |
---|---|---|
committer | Pirama Arumuga Nainar <pirama@google.com> | 2018-04-11 23:14:13 -0700 |
commit | 90affce0c872afea64ed1c1a7f00a715abf5b89d (patch) | |
tree | ad64d81ca32f24cf594c87c772ace32cebd818db /libutils/include/utils/ProcessCallStack.h | |
parent | af15fbf9aa6bb991a6abe8b2b72acc1a9405eff9 (diff) | |
download | system_core-90affce0c872afea64ed1c1a7f00a715abf5b89d.tar.gz system_core-90affce0c872afea64ed1c1a7f00a715abf5b89d.tar.bz2 system_core-90affce0c872afea64ed1c1a7f00a715abf5b89d.zip |
Remove more semicolons at the end of namespaces
These warnings are triggered by -Wextra-semi (and not -Weverything, as
incorrectly mentioned in I49b6e6af483e011632e6a34c0663c93e5c385aa6).
This warning is added to Hidl-generated libs.
To appease clang-format, this patch also fixes some extra newlines.
Test: Build
Change-Id: I63cf5d8ecba46ad87876ff21848bfff04b12ec6e
Diffstat (limited to 'libutils/include/utils/ProcessCallStack.h')
-rw-r--r-- | libutils/include/utils/ProcessCallStack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libutils/include/utils/ProcessCallStack.h b/libutils/include/utils/ProcessCallStack.h index 32458b8b1..b5f2edc4c 100644 --- a/libutils/include/utils/ProcessCallStack.h +++ b/libutils/include/utils/ProcessCallStack.h @@ -74,6 +74,6 @@ private: struct tm mTimeUpdated; }; -}; // namespace android +} // namespace android #endif // ANDROID_PROCESS_CALLSTACK_H |