diff options
author | 2019-09-26 16:05:45 -0700 | |
---|---|---|
committer | 2019-09-27 19:38:58 +0000 | |
commit | 61ff8497149071633f3c83ba1ca9a021b056dfc7 (patch) | |
tree | 70eeab4c02b5d8c7e8b0096a9b8c98fe37a9fa56 /libs/binder/Debug.cpp | |
parent | 0c1abd12f9b032e9150a0c12ee40d546cc314bec (diff) |
Remove extraneous semicolon.
Bug: N/A
Test: build w/o -Wno-c++98-compat-extra-semi
Merged-In: I632d6df9a03485e547a6e7f14df0f1c068066c1e
Change-Id: I632d6df9a03485e547a6e7f14df0f1c068066c1e
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 |