Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Support / TimeValue.cpp
index 136b93eceefaa0484d2783f1f8d7c978f8a00785..caa5b5aa7e538eaab34616a43c0404eec9d49366 100644 (file)
@@ -45,7 +45,7 @@ TimeValue::normalize( void ) {
   }
 }
 
-}
+} // namespace llvm
 
 /// Include the platform-specific portion of TimeValue class
 #ifdef LLVM_ON_UNIX