diff options
Diffstat (limited to 'apexd/apexservice.cpp')
-rw-r--r-- | apexd/apexservice.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apexd/apexservice.cpp b/apexd/apexservice.cpp index 06f6620..34ae9bf 100644 --- a/apexd/apexservice.cpp +++ b/apexd/apexservice.cpp @@ -25,5 +25,5 @@ namespace apex { return binder::Status::ok(); } -}; //namespace apex -}; //namespace android +}; // namespace apex +}; // namespace android |