diff options
author | 2020-11-25 06:38:17 +0900 | |
---|---|---|
committer | 2020-11-25 06:39:34 +0900 | |
commit | c91e3cb8aabab3d1ca4eb3220b2ae7e1b96b2540 (patch) | |
tree | 1b8d670ec427f97214f214befbfaef91b3652beb /libs/binder/ProcessInfoService.cpp | |
parent | e42a54b17768ea80f198c1b00bc6c4797a4485d8 (diff) |
remove extra semicolons [-Wextra-semi]
Bug: n/a
Test: no errors with -Werror,-Wextra-semi
Change-Id: If523cadea4c6f02a9155fb7482ba5463fff7854a
Diffstat (limited to 'libs/binder/ProcessInfoService.cpp')
-rw-r--r-- | libs/binder/ProcessInfoService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/ProcessInfoService.cpp b/libs/binder/ProcessInfoService.cpp index 00d6eefabe..f75141e5da 100644 --- a/libs/binder/ProcessInfoService.cpp +++ b/libs/binder/ProcessInfoService.cpp @@ -99,6 +99,6 @@ void ProcessInfoService::updateBinderLocked() { } } -ANDROID_SINGLETON_STATIC_INSTANCE(ProcessInfoService); +ANDROID_SINGLETON_STATIC_INSTANCE(ProcessInfoService) } // namespace android |