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/IShellCallback.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/binder/IShellCallback.cpp') diff --git a/libs/binder/IShellCallback.cpp b/libs/binder/IShellCallback.cpp index 88cc603b6f..a3e2b67bc6 100644 --- a/libs/binder/IShellCallback.cpp +++ b/libs/binder/IShellCallback.cpp @@ -85,4 +85,4 @@ status_t BnShellCallback::onTransact( } } -}; // namespace android +} // namespace android -- cgit v1.2.3-59-g8ed1b