Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Support / TimeValue.h
index a9efb1b9f78ee00d6727ff29c035116758e8ac18..6bca58b6bc2085e376e6952740680ea889ca5a5d 100644 (file)
@@ -380,7 +380,7 @@ inline TimeValue operator - (const TimeValue &tv1, const TimeValue &tv2) {
   return difference;
 }
 
-} // namespace sys
-} // namespace llvm
+}
+}
 
 #endif