Baton::ready, a const variant of try_wait
[folly.git] / folly / system / ThreadName.cpp
index 49793a910b47a5e937fbef384b13cb3b9fa53009..7b8efa3f65ec1b45e2d8be46e4f80a13952ed8c5 100644 (file)
@@ -148,4 +148,4 @@ bool setThreadName(pthread_t pid, StringPiece name) {
 bool setThreadName(StringPiece name) {
   return setThreadName(std::this_thread::get_id(), name);
 }
-}
+} // namespace folly