diff options
author | Pirama Arumuga Nainar <pirama@google.com> | 2018-04-12 09:36:44 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-04-12 09:36:44 -0700 |
commit | 87013686adf8774cba28fdfa0c84b05c74d0288a (patch) | |
tree | 0ca18f5969031e59c31f6d1ca8309fb199aeeeb7 /libutils/include/utils/Functor.h | |
parent | 639ecf64b3d71d47c6fcc1a50f8eb8f1202b2092 (diff) | |
parent | b2206b0d436e7ada738da50f96cf9c92d2a7b153 (diff) | |
download | system_core-87013686adf8774cba28fdfa0c84b05c74d0288a.tar.gz system_core-87013686adf8774cba28fdfa0c84b05c74d0288a.tar.bz2 system_core-87013686adf8774cba28fdfa0c84b05c74d0288a.zip |
Merge "Remove more semicolons at the end of namespaces" am: d652a9e231
am: b2206b0d43
Change-Id: Ie6da257aac75729e056918f4a5f2c9e339ff05ab
Diffstat (limited to 'libutils/include/utils/Functor.h')
-rw-r--r-- | libutils/include/utils/Functor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libutils/include/utils/Functor.h b/libutils/include/utils/Functor.h index 3182a9c61..c0c8d5713 100644 --- a/libutils/include/utils/Functor.h +++ b/libutils/include/utils/Functor.h @@ -32,6 +32,6 @@ public: virtual status_t operator ()(int /*what*/, void* /*data*/) { return NO_ERROR; } }; -}; // namespace android +} // namespace android #endif // ANDROID_FUNCTOR_H |