Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / Sparc / SparcMachineFunctionInfo.h
index 104744279d9d1e01cf887e36ae976ba955f268b8..0471443f5961a9b0534028b266129b00e1479a35 100644 (file)
@@ -51,6 +51,6 @@ namespace llvm {
     void setLeafProc(bool rhs) { IsLeafProc = rhs; }
     bool isLeafProc() const { return IsLeafProc; }
   };
-}
+} // namespace llvm
 
 #endif