From 61ff8497149071633f3c83ba1ca9a021b056dfc7 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Thu, 26 Sep 2019 16:05:45 -0700 Subject: Remove extraneous semicolon. Bug: N/A Test: build w/o -Wno-c++98-compat-extra-semi Merged-In: I632d6df9a03485e547a6e7f14df0f1c068066c1e Change-Id: I632d6df9a03485e547a6e7f14df0f1c068066c1e --- libs/binder/IAppOpsService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/binder/IAppOpsService.cpp') diff --git a/libs/binder/IAppOpsService.cpp b/libs/binder/IAppOpsService.cpp index c426f3a31f..b2bd9e50b0 100644 --- a/libs/binder/IAppOpsService.cpp +++ b/libs/binder/IAppOpsService.cpp @@ -239,4 +239,4 @@ status_t BnAppOpsService::onTransact( } } -}; // namespace android +} // namespace android -- cgit v1.2.3-59-g8ed1b