Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Support / Process.h
index cfdd06c62f33eb6652cfe99dc5c6137c1d7028a3..089894cf90208f1c5f52817beb4ff64a84434e96 100644 (file)
@@ -184,7 +184,7 @@ public:
   static unsigned GetRandomNumber();
 };
 
-}
-}
+} // namespace sys
+} // namespace llvm
 
 #endif