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/Debug.cpp | |
| parent | 43b0ed12aea603a45556c13100df5bd95e6c7ced (diff) | |
| parent | 61ff8497149071633f3c83ba1ca9a021b056dfc7 (diff) | |
Merge "Remove extraneous semicolon."
Diffstat (limited to 'libs/binder/Debug.cpp')
| -rw-r--r-- | libs/binder/Debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/Debug.cpp b/libs/binder/Debug.cpp index a1c2a8be08..64c1ff68c0 100644 --- a/libs/binder/Debug.cpp +++ b/libs/binder/Debug.cpp @@ -308,5 +308,5 @@ ssize_t getBinderKernelReferences(size_t count, uintptr_t* buf) { return proc->getKernelReferences(count, buf); } -}; // namespace android +} // namespace android |