diff options
author | 2019-09-26 16:05:45 -0700 | |
---|---|---|
committer | 2019-09-27 19:38:58 +0000 | |
commit | 61ff8497149071633f3c83ba1ca9a021b056dfc7 (patch) | |
tree | 70eeab4c02b5d8c7e8b0096a9b8c98fe37a9fa56 /libs/binder/IServiceManager.cpp | |
parent | 0c1abd12f9b032e9150a0c12ee40d546cc314bec (diff) |
Remove extraneous semicolon.
Bug: N/A
Test: build w/o -Wno-c++98-compat-extra-semi
Merged-In: I632d6df9a03485e547a6e7f14df0f1c068066c1e
Change-Id: I632d6df9a03485e547a6e7f14df0f1c068066c1e
Diffstat (limited to 'libs/binder/IServiceManager.cpp')
-rw-r--r-- | libs/binder/IServiceManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/IServiceManager.cpp b/libs/binder/IServiceManager.cpp index f3e8f45909..ee637e24bf 100644 --- a/libs/binder/IServiceManager.cpp +++ b/libs/binder/IServiceManager.cpp @@ -285,4 +285,4 @@ private: IMPLEMENT_META_INTERFACE(ServiceManager, "android.os.IServiceManager"); -}; // namespace android +} // namespace android |