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/KeyedVector.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/KeyedVector.h')
| -rw-r--r-- | libutils/include/utils/KeyedVector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libutils/include/utils/KeyedVector.h b/libutils/include/utils/KeyedVector.h index 03bfe2701..7bda99beb 100644 --- a/libutils/include/utils/KeyedVector.h +++ b/libutils/include/utils/KeyedVector.h @@ -211,7 +211,7 @@ const VALUE& DefaultKeyedVector<KEY,VALUE>::valueFor(const KEY& key) const { return i >= 0 ? KeyedVector<KEY,VALUE>::valueAt(i) : mDefault; } -}; // namespace android +} // namespace android // --------------------------------------------------------------------------- |
