diff options
Diffstat (limited to 'libs/binder/IShellCallback.cpp')
-rw-r--r-- | libs/binder/IShellCallback.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |