summaryrefslogtreecommitdiff
path: root/libs/binder/AppOpsManager.cpp
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2019-09-27 19:38:29 -0700
committer android-build-merger <android-build-merger@google.com> 2019-09-27 19:38:29 -0700
commitc77ecb78b51105d5f2fcb8ea765eff7cac1aa46a (patch)
tree10b14dfe80fcc246a68a0fb4ed015a1db3d49f90 /libs/binder/AppOpsManager.cpp
parent8be127e6c81c6bb87f8216a4fdc49d0e34f00264 (diff)
parent83098b6d4527dd9387b0fb80d9ceb3cb6ebcc7fb (diff)
Merge "Remove extraneous semicolon."
am: 83098b6d45 Change-Id: I3919c1f7f29bfb9cf9123bb67f8bbf630833e640
Diffstat (limited to 'libs/binder/AppOpsManager.cpp')
-rw-r--r--libs/binder/AppOpsManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/AppOpsManager.cpp b/libs/binder/AppOpsManager.cpp
index 525685c35e..0a6685e14a 100644
--- a/libs/binder/AppOpsManager.cpp
+++ b/libs/binder/AppOpsManager.cpp
@@ -147,4 +147,4 @@ int32_t AppOpsManager::permissionToOpCode(const String16& permission) {
}
-}; // namespace android
+} // namespace android