From: Alexander Kornienko Date: Wed, 15 Oct 2014 11:03:39 +0000 (+0000) Subject: Fixed a comment. No functional changes. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9221152052d0dbc00e30a64fa41ac74e59bb89f0;p=clang Fixed a comment. No functional changes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219787 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Tooling/Refactoring.h b/include/clang/Tooling/Refactoring.h index 3acf16b424..6eb7b07c6b 100644 --- a/include/clang/Tooling/Refactoring.h +++ b/include/clang/Tooling/Refactoring.h @@ -241,4 +241,4 @@ Replacement::Replacement(const SourceManager &Sources, } // end namespace tooling } // end namespace clang -#endif // end namespace LLVM_CLANG_TOOLING_REFACTORING_H +#endif // LLVM_CLANG_TOOLING_REFACTORING_H