diff options
author | Pirama Arumuga Nainar <pirama@google.com> | 2018-04-12 09:36:44 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-04-12 09:36:44 -0700 |
commit | 87013686adf8774cba28fdfa0c84b05c74d0288a (patch) | |
tree | 0ca18f5969031e59c31f6d1ca8309fb199aeeeb7 /libutils/include/utils/Singleton.h | |
parent | 639ecf64b3d71d47c6fcc1a50f8eb8f1202b2092 (diff) | |
parent | b2206b0d436e7ada738da50f96cf9c92d2a7b153 (diff) | |
download | system_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/Singleton.h')
-rw-r--r-- | libutils/include/utils/Singleton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libutils/include/utils/Singleton.h b/libutils/include/utils/Singleton.h index bc47a5cac..2dd5a47e6 100644 --- a/libutils/include/utils/Singleton.h +++ b/libutils/include/utils/Singleton.h @@ -95,7 +95,7 @@ private: // --------------------------------------------------------------------------- -}; // namespace android +} // namespace android #endif // ANDROID_UTILS_SINGLETON_H |