commit | a14a42ec303d962d7948b95e0d4fa44f1a66babe | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Sep 26 18:28:32 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Sep 26 18:28:32 2019 -0700 |
tree | ed4f5cc8ab29e07e7e431c0368d4ab04e0fe03d5 | |
parent | f43ceddff2398d4c228c2fa271a982652965c44a [diff] | |
parent | c94a10713edb6a6079de4d16d4a21e8f5fabb248 [diff] |
Remove unnecessary semicolons. am: c94a10713e Change-Id: I5886fc626d5530984aa63cb7d32448468cf60a47
diff --git a/transport/token/1.0/utils/HybridInterface.cpp b/transport/token/1.0/utils/HybridInterface.cpp index 106ad4e..675db8f 100644 --- a/transport/token/1.0/utils/HybridInterface.cpp +++ b/transport/token/1.0/utils/HybridInterface.cpp
@@ -117,5 +117,4 @@ return static_cast<bool>(transaction); } -}; // namespace android - +} // namespace android
diff --git a/transport/token/1.0/utils/include/hidl/HybridInterface.h b/transport/token/1.0/utils/include/hidl/HybridInterface.h index 5c54d85..d00a0a1 100644 --- a/transport/token/1.0/utils/include/hidl/HybridInterface.h +++ b/transport/token/1.0/utils/include/hidl/HybridInterface.h
@@ -560,6 +560,6 @@ // ---------------------------------------------------------------------- -}; // namespace android +} // namespace android #endif // ANDROID_HYBRIDINTERFACE_H