Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SDNodeDbgValue.h
index c27f8de601f24a7fc0ecea07a28fcd9b8113e43d..949353256938f6be7b101db173304e01880b65a4 100644 (file)
@@ -119,6 +119,6 @@ public:
   bool isInvalidated() const { return Invalid; }
 };
 
-} // end llvm namespace
+} // namespace llvm
 
 #endif