diff options
author | 2020-11-25 19:09:38 +0000 | |
---|---|---|
committer | 2020-11-25 19:09:38 +0000 | |
commit | eb3f8108d1c41b1decdb4a3e93ec4a778d532a1b (patch) | |
tree | 7ea51dbf7b00e2a240e65276a9af6e949eba227e /libs/binder/PermissionCache.cpp | |
parent | 99ccd85e87d4da402b8594cedce2a6d57b6a694e (diff) | |
parent | 0ee3c1e24a68890eba7c77753717e4288e6bfc82 (diff) |
Merge "remove extra semicolons [-Wextra-semi]" am: b0379e376d am: 9baa2fe651 am: 0ee3c1e24a
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1508298
Change-Id: Iacc3bffe2b560f841b3ef223f2b6e5c2e05d6f2b
Diffstat (limited to 'libs/binder/PermissionCache.cpp')
-rw-r--r-- | libs/binder/PermissionCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/PermissionCache.cpp b/libs/binder/PermissionCache.cpp index 75a6d22969..6eae5efc29 100644 --- a/libs/binder/PermissionCache.cpp +++ b/libs/binder/PermissionCache.cpp @@ -27,7 +27,7 @@ namespace android { // ---------------------------------------------------------------------------- -ANDROID_SINGLETON_STATIC_INSTANCE(PermissionCache) ; +ANDROID_SINGLETON_STATIC_INSTANCE(PermissionCache) // ---------------------------------------------------------------------------- |