commit | cff26ef9dc2eb160bc5f8de904b4e70314877896 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Sep 30 15:56:03 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Sep 30 15:56:03 2019 +0000 |
tree | 3e355089ec934b1bac1f42e5898da0c1d0aa0457 | |
parent | c94a10713edb6a6079de4d16d4a21e8f5fabb248 [diff] | |
parent | 37b9555ed2fb38b1029230b76da80327a11bf838 [diff] |
Merge "libhidltransport: not in recovery"
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