Fix read-of-uninitialized introduced in r253277 exposed on some buildbots
[oota-llvm.git] / include / llvm / ADT / StringExtras.h
index 5e8c072761af81ac26e15ece94bd82036fffeeca..0992f5d4a54965dd22b17c8aac3ae2ce85001677 100644 (file)
@@ -207,6 +207,6 @@ inline std::string join(IteratorT Begin, IteratorT End, StringRef Separator) {
   return join_impl(Begin, End, Separator, tag());
 }
 
-} // namespace llvm
+} // End llvm namespace
 
 #endif