summaryrefslogtreecommitdiffstats
path: root/libutils/include/utils/Functor.h
diff options
context:
space:
mode:
authorPirama Arumuga Nainar <pirama@google.com>2018-04-12 09:03:48 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-04-12 09:03:48 -0700
commitb2206b0d436e7ada738da50f96cf9c92d2a7b153 (patch)
treedfe83fbcef8e9991b7d6e3dbb25081bb6d9525bd /libutils/include/utils/Functor.h
parent2e0f524713106415fed6ca2dd2240e1273a1f75d (diff)
parentd652a9e23105315d151eacf779f51b9345faffa0 (diff)
downloadsystem_core-b2206b0d436e7ada738da50f96cf9c92d2a7b153.tar.gz
system_core-b2206b0d436e7ada738da50f96cf9c92d2a7b153.tar.bz2
system_core-b2206b0d436e7ada738da50f96cf9c92d2a7b153.zip
Merge "Remove more semicolons at the end of namespaces"
am: d652a9e231 Change-Id: I9b75e15b47aada0b95a1364b907a83fe069f4242
Diffstat (limited to 'libutils/include/utils/Functor.h')
-rw-r--r--libutils/include/utils/Functor.h2
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