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/ThreadDefs.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/ThreadDefs.h')
| -rw-r--r-- | libutils/include/utils/ThreadDefs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libutils/include/utils/ThreadDefs.h b/libutils/include/utils/ThreadDefs.h index ae091e40f..8eb3d1cbe 100644 --- a/libutils/include/utils/ThreadDefs.h +++ b/libutils/include/utils/ThreadDefs.h @@ -66,9 +66,8 @@ enum { }; // --------------------------------------------------------------------------- -}; // namespace android +} // namespace android #endif // __cplusplus // --------------------------------------------------------------------------- - #endif // _LIBS_UTILS_THREAD_DEFS_H |
