diff options
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 |