summaryrefslogtreecommitdiffstats
path: root/libutils/include/utils/Thread.h
diff options
context:
space:
mode:
authorPirama Arumuga Nainar <pirama@google.com>2018-04-12 09:36:44 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-04-12 09:36:44 -0700
commit87013686adf8774cba28fdfa0c84b05c74d0288a (patch)
tree0ca18f5969031e59c31f6d1ca8309fb199aeeeb7 /libutils/include/utils/Thread.h
parent639ecf64b3d71d47c6fcc1a50f8eb8f1202b2092 (diff)
parentb2206b0d436e7ada738da50f96cf9c92d2a7b153 (diff)
downloadsystem_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/Thread.h')
-rw-r--r--libutils/include/utils/Thread.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libutils/include/utils/Thread.h b/libutils/include/utils/Thread.h
index 598298de5..352513898 100644
--- a/libutils/include/utils/Thread.h
+++ b/libutils/include/utils/Thread.h
@@ -110,8 +110,7 @@ private:
#endif
};
-
-}; // namespace android
+} // namespace android
// ---------------------------------------------------------------------------
#endif // _LIBS_UTILS_THREAD_H