| commit | 6511af57870adc67363664edd10fc35cf9f01128 | [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 12:38:19 2019 -0700 |
| tree | 1668dbff512af7c94a2ed57339d7d54b0f8767f8 | |
| parent | 3a4d36092b9516866590793b66f94b6d8ef5313c [diff] [blame] |
Remove extraneous semicolon. Bug: N/A Test: build w/o -Wno-c++98-compat-extra-semi Change-Id: I632d6df9a03485e547a6e7f14df0f1c068066c1e
diff --git a/libs/binder/include/binder/ActivityManager.h b/libs/binder/include/binder/ActivityManager.h index 5f324c7..9108e31 100644 --- a/libs/binder/include/binder/ActivityManager.h +++ b/libs/binder/include/binder/ActivityManager.h
@@ -89,7 +89,7 @@ }; -}; // namespace android +} // namespace android // --------------------------------------------------------------------------- #else // __ANDROID_VNDK__ #error "This header is not visible to vendors"