diff options
Diffstat (limited to 'include/clang/Format/Format.h')
-rw-r--r-- | include/clang/Format/Format.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/clang/Format/Format.h b/include/clang/Format/Format.h index f8ec26af2e..32bb53c8d4 100644 --- a/include/clang/Format/Format.h +++ b/include/clang/Format/Format.h @@ -78,7 +78,7 @@ tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex, SourceManager &SourceMgr, std::vector<CharSourceRange> Ranges); -} // end namespace format -} // end namespace clang +} // end namespace format +} // end namespace clang -#endif // LLVM_CLANG_FORMAT_FORMAT_H +#endif // LLVM_CLANG_FORMAT_FORMAT_H |