Consistently have the namespace closing comment
[folly.git] / folly / system / ThreadName.h
index ba7bde25953925e451fdc447af422643365edacd..29456a5eba61db8298402e73744e48886ccd11b0 100644 (file)
@@ -63,4 +63,4 @@ bool setThreadName(pthread_t pid, StringPiece name);
  * Equivalent to setThreadName(std::this_thread::get_id(), name);
  */
 bool setThreadName(StringPiece name);
-}
+} // namespace folly