Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Support / Program.h
index b89a0f73ec681e491f3b7cd9fdf4dd833eeff402..5f1bc12601b1d76c7b9c1a6b9fc52cfaabd4c0a2 100644 (file)
@@ -187,7 +187,7 @@ struct ProcessInfo {
       ///< string is non-empty upon return an error occurred while invoking the
       ///< program.
       );
-  }
-}
+  } // namespace sys
+} // namespace llvm
 
 #endif