Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / CodeGen / AsmPrinter / ByteStreamer.h
index 0cc829fffc544d0afead6770a73de36ad64ec0fc..7a712a076dd9a1ee4a49a441bd14281e0f7a8cc0 100644 (file)
@@ -103,6 +103,6 @@ public:
   }
 };
 
-}
+} // namespace llvm
 
 #endif