Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / CodeGen / GCRootLowering.cpp
index d8edd7e4063fc9758f33374dbe00e89f7797c357..fcef3226ed796f84232027aa8d13befb72ec25e5 100644 (file)
@@ -76,7 +76,7 @@ public:
 
   bool runOnMachineFunction(MachineFunction &MF) override;
 };
-}
+} // namespace
 
 // -----------------------------------------------------------------------------