[ADT] Add a single-character version of the small vector split routine
[oota-llvm.git] / include / llvm / ADT / Statistic.h
index 264c6b54eccdaa90fb11cf400260b01cc66a3670..d98abc375e8ac3a232a1b353dcfcb1d9b08b95cf 100644 (file)
@@ -176,6 +176,6 @@ void PrintStatistics();
 /// \brief Print statistics to the given output stream.
 void PrintStatistics(raw_ostream &OS);
 
-} // namespace llvm
+} // End llvm namespace
 
 #endif