diff options
-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 |