Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / ADT / Statistic.h
index d98abc375e8ac3a232a1b353dcfcb1d9b08b95cf..264c6b54eccdaa90fb11cf400260b01cc66a3670 100644 (file)
@@ -176,6 +176,6 @@ void PrintStatistics();
 /// \brief Print statistics to the given output stream.
 void PrintStatistics(raw_ostream &OS);
 
-} // End llvm namespace
+} // namespace llvm
 
 #endif