diff options
| author | 2019-09-27 19:38:29 -0700 | |
|---|---|---|
| committer | 2019-09-27 19:38:29 -0700 | |
| commit | c77ecb78b51105d5f2fcb8ea765eff7cac1aa46a (patch) | |
| tree | 10b14dfe80fcc246a68a0fb4ed015a1db3d49f90 /libs/binder/IProcessInfoService.cpp | |
| parent | 8be127e6c81c6bb87f8216a4fdc49d0e34f00264 (diff) | |
| parent | 83098b6d4527dd9387b0fb80d9ceb3cb6ebcc7fb (diff) | |
Merge "Remove extraneous semicolon."
am: 83098b6d45
Change-Id: I3919c1f7f29bfb9cf9123bb67f8bbf630833e640
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 |