Consistency in namespace-closing comments
[folly.git] / folly / experimental / symbolizer / Symbolizer.cpp
index 96030510ec7922aaca9dce64274418b151428ced..64acdcb72d9c4b3ee953436694291f25b1c13104 100644 (file)
@@ -326,7 +326,7 @@ bool isColorfulTty(int options, int fd) {
   return !(term == nullptr || term[0] == '\0' || strcmp(term, "dumb") == 0);
 }
 
-} // anonymous namespace
+} // namespace
 
 OStreamSymbolizePrinter::OStreamSymbolizePrinter(std::ostream& out, int options)
     : SymbolizePrinter(options, isColorfulTty(options, getFD(out))),