Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Object / RecordStreamer.h
index d8610610c332f764c511afc09bf9ea410e1ef104..d694a9fb8b0d8d2bbbb6738c47b75f7d2bbcd471 100644 (file)
@@ -38,5 +38,5 @@ public:
   void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
                         unsigned ByteAlignment) override;
 };
-}
+} // namespace llvm
 #endif