Consistency in namespace-closing comments
[folly.git] / folly / test / FileTest.cpp
index 24342671a3282346b9ef75e055415b5136166553..1ee680c1c5b76ea19374f7857b2d9339b6c7d0e4 100644 (file)
@@ -32,7 +32,7 @@ void expectOK(ssize_t r) {
   int savedErrno = errno;
   EXPECT_LE(0, r) << ": errno=" << errnoStr(savedErrno);
 }
-}  // namespace
+} // namespace
 
 TEST(File, Simple) {
   // Open a file, ensure it's indeed open for reading