diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-08-28 14:25:14 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-08-28 14:25:14 +0000 |
commit | 358b59ce84d499683e47b03519a2620a87d5280f (patch) | |
tree | 663930140a0894078b9bf79ff8ecef0e506d81e7 | |
parent | 269207970ea0a51a9ced8273a7153d5dbee46feb (diff) | |
parent | 4d3ab9b67e3477e0fd0194b195cb5bc2b0412249 (diff) |
Merge "clang-format fixes."
-rw-r--r-- | apexd/apexservice.cpp | 4 | ||||
-rw-r--r-- | apexd/apexservice.h | 10 |
2 files changed, 7 insertions, 7 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 diff --git a/apexd/apexservice.h b/apexd/apexservice.h index ed2bd44..c40a281 100644 --- a/apexd/apexservice.h +++ b/apexd/apexservice.h @@ -23,12 +23,12 @@ namespace android { namespace apex { class ApexService : public BnApexService { -public: - ApexService() {}; + public: + ApexService(){}; ::android::binder::Status ping(bool* aidl_return); }; -}; //namespace apex -}; //namespace android +}; // namespace apex +}; // namespace android -#endif // ANDROID_APEX_APEX_SERVICE_H +#endif // ANDROID_APEX_APEX_SERVICE_H |