commit | 61ff8497149071633f3c83ba1ca9a021b056dfc7 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Sep 26 16:05:45 2019 -0700 |
committer | Steven Moreland <smoreland@google.com> | Fri Sep 27 19:38:58 2019 +0000 |
tree | 70eeab4c02b5d8c7e8b0096a9b8c98fe37a9fa56 | |
parent | 0c1abd12f9b032e9150a0c12ee40d546cc314bec [diff] [blame] |
Remove extraneous semicolon. Bug: N/A Test: build w/o -Wno-c++98-compat-extra-semi Merged-In: I632d6df9a03485e547a6e7f14df0f1c068066c1e Change-Id: I632d6df9a03485e547a6e7f14df0f1c068066c1e
diff --git a/libs/binder/Parcel.cpp b/libs/binder/Parcel.cpp index a6b41e4..93e6c5f 100644 --- a/libs/binder/Parcel.cpp +++ b/libs/binder/Parcel.cpp
@@ -2777,4 +2777,4 @@ mMutable = false; } -}; // namespace android +} // namespace android