Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / CodeGen / MachineFunction.cpp
index 960e06af2e3f0a4714c0cc6e1a0941af271b9acc..67b9d77697e95f9f7e1697360d3a7b2da885ffcf 100644 (file)
@@ -404,7 +404,7 @@ namespace llvm {
       return OutStr;
     }
   };
-}
+} // namespace llvm
 
 void MachineFunction::viewCFG() const
 {