diff options
author | 2019-09-26 16:05:45 -0700 | |
---|---|---|
committer | 2019-09-27 19:38:58 +0000 | |
commit | 61ff8497149071633f3c83ba1ca9a021b056dfc7 (patch) | |
tree | 70eeab4c02b5d8c7e8b0096a9b8c98fe37a9fa56 /libs/binder/Parcel.cpp | |
parent | 0c1abd12f9b032e9150a0c12ee40d546cc314bec (diff) |
Remove extraneous semicolon.
Bug: N/A
Test: build w/o -Wno-c++98-compat-extra-semi
Merged-In: I632d6df9a03485e547a6e7f14df0f1c068066c1e
Change-Id: I632d6df9a03485e547a6e7f14df0f1c068066c1e
Diffstat (limited to 'libs/binder/Parcel.cpp')
-rw-r--r-- | libs/binder/Parcel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/Parcel.cpp b/libs/binder/Parcel.cpp index a6b41e4b5f..93e6c5fb2c 100644 --- a/libs/binder/Parcel.cpp +++ b/libs/binder/Parcel.cpp @@ -2777,4 +2777,4 @@ void Parcel::Blob::clear() { mMutable = false; } -}; // namespace android +} // namespace android |