diff options
| author | 2019-09-28 02:03:28 +0000 | |
|---|---|---|
| committer | 2019-09-28 02:03:28 +0000 | |
| commit | 83098b6d4527dd9387b0fb80d9ceb3cb6ebcc7fb (patch) | |
| tree | 0f59ce756208af74c5974bee2e26359b3e4fa078 /libs/binder/IProcessInfoService.cpp | |
| parent | 43b0ed12aea603a45556c13100df5bd95e6c7ced (diff) | |
| parent | 61ff8497149071633f3c83ba1ca9a021b056dfc7 (diff) | |
Merge "Remove extraneous semicolon."
Diffstat (limited to 'libs/binder/IProcessInfoService.cpp')
| -rw-r--r-- | libs/binder/IProcessInfoService.cpp | 2 |
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 |