summaryrefslogtreecommitdiff
path: root/libs/binder/IProcessInfoService.cpp
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2019-09-28 02:03:28 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2019-09-28 02:03:28 +0000
commit83098b6d4527dd9387b0fb80d9ceb3cb6ebcc7fb (patch)
tree0f59ce756208af74c5974bee2e26359b3e4fa078 /libs/binder/IProcessInfoService.cpp
parent43b0ed12aea603a45556c13100df5bd95e6c7ced (diff)
parent61ff8497149071633f3c83ba1ca9a021b056dfc7 (diff)
Merge "Remove extraneous semicolon."
Diffstat (limited to 'libs/binder/IProcessInfoService.cpp')
-rw-r--r--libs/binder/IProcessInfoService.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/IProcessInfoService.cpp b/libs/binder/IProcessInfoService.cpp
index 96e1a8c239..a38a27ad39 100644
--- a/libs/binder/IProcessInfoService.cpp
+++ b/libs/binder/IProcessInfoService.cpp
@@ -88,4 +88,4 @@ IMPLEMENT_META_INTERFACE(ProcessInfoService, "android.os.IProcessInfoService");
// ----------------------------------------------------------------------
-}; // namespace android
+} // namespace android