summaryrefslogtreecommitdiff
path: root/libs/binder/IAppOpsService.cpp
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2019-09-26 16:05:45 -0700
committer Steven Moreland <smoreland@google.com> 2019-09-27 12:38:19 -0700
commit6511af57870adc67363664edd10fc35cf9f01128 (patch)
tree1668dbff512af7c94a2ed57339d7d54b0f8767f8 /libs/binder/IAppOpsService.cpp
parent3a4d36092b9516866590793b66f94b6d8ef5313c (diff)
Remove extraneous semicolon.
Bug: N/A Test: build w/o -Wno-c++98-compat-extra-semi Change-Id: I632d6df9a03485e547a6e7f14df0f1c068066c1e
Diffstat (limited to 'libs/binder/IAppOpsService.cpp')
-rw-r--r--libs/binder/IAppOpsService.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/IAppOpsService.cpp b/libs/binder/IAppOpsService.cpp
index c58ea029b3..6c16c2d044 100644
--- a/libs/binder/IAppOpsService.cpp
+++ b/libs/binder/IAppOpsService.cpp
@@ -309,4 +309,4 @@ status_t BnAppOpsService::onTransact(
}
}
-}; // namespace android
+} // namespace android