summaryrefslogtreecommitdiffstats
path: root/libutils/include/utils/KeyedVector.h
diff options
context:
space:
mode:
authorPirama Arumuga Nainar <pirama@google.com>2018-04-12 09:36:44 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-04-12 09:36:44 -0700
commit87013686adf8774cba28fdfa0c84b05c74d0288a (patch)
tree0ca18f5969031e59c31f6d1ca8309fb199aeeeb7 /libutils/include/utils/KeyedVector.h
parent639ecf64b3d71d47c6fcc1a50f8eb8f1202b2092 (diff)
parentb2206b0d436e7ada738da50f96cf9c92d2a7b153 (diff)
downloadsystem_core-87013686adf8774cba28fdfa0c84b05c74d0288a.tar.gz
system_core-87013686adf8774cba28fdfa0c84b05c74d0288a.tar.bz2
system_core-87013686adf8774cba28fdfa0c84b05c74d0288a.zip
Merge "Remove more semicolons at the end of namespaces" am: d652a9e231
am: b2206b0d43 Change-Id: Ie6da257aac75729e056918f4a5f2c9e339ff05ab
Diffstat (limited to 'libutils/include/utils/KeyedVector.h')
-rw-r--r--libutils/include/utils/KeyedVector.h2
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
// ---------------------------------------------------------------------------