Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / ADT / StringRef.h
index 95660a49f1f1b2d9fd8ea752423ff2a676710e21..163ec63619440a9b0d6a9fad1e0cf826005bb92b 100644 (file)
@@ -566,6 +566,6 @@ namespace llvm {
   // StringRefs can be treated like a POD type.
   template <typename T> struct isPodLike;
   template <> struct isPodLike<StringRef> { static const bool value = true; };
-}
+} // namespace llvm
 
 #endif