Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / CodeGen / LiveStackAnalysis.h
index f495507c66ecd2595aaff147f579faea95f21420..b4808ab1f1d472f7f1f0f34fee81420ec18a5f64 100644 (file)
@@ -95,6 +95,6 @@ namespace llvm {
     /// print - Implement the dump method.
     void print(raw_ostream &O, const Module* = nullptr) const override;
   };
-}
+} // namespace llvm
 
 #endif /* LLVM_CODEGEN_LIVESTACK_ANALYSIS_H */