Consistency in namespace-closing comments
[folly.git] / folly / experimental / test / NestedCommandLineAppExample.cpp
index 42ae2b125db63c3844d3fb2bc432aa24b2168f0c..ec7817e057a9e0490112281a5c447c6c4691a9f9 100644 (file)
@@ -157,7 +157,7 @@ void runEcho(const po::variables_map& options,
   }
 }
 
-}  // namespace
+} // namespace
 
 int main(int argc, char *argv[]) {
   // Initialize a NestedCommandLineApp object.