Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DebugLocEntry.h
index 6a943c64ea22f7be27622d77d7ba825d5f5e724b..083228b8fd410945f05a1bbe00d9f95f248fb12f 100644 (file)
@@ -175,6 +175,6 @@ inline bool operator<(const DebugLocEntry::Value &A,
          B.getExpression()->getBitPieceOffset();
 }
 
-}
+} // namespace llvm
 
 #endif