diff options
author | Daniel Jasper <djasper@google.com> | 2012-12-24 16:51:15 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2012-12-24 16:51:15 +0000 |
commit | d7610b8a744b2459ce2e66fea7d3a3d56ce23dba (patch) | |
tree | 5f92d056669b109a2b215fc7d146168a21b95720 /include/clang/Format/Format.h | |
parent | a4974cf6ae618f04d5dd7fc45bc18bff41ca86bf (diff) |
Let clang-format format itself.
Apply all formatting changes that clang-format would apply to its own source
code. All choices seem to improve readability (or at least not make it worse).
No functional changes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171039 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Format/Format.h')
-rw-r--r-- | include/clang/Format/Format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Format/Format.h b/include/clang/Format/Format.h index a0b6351457..237c3e4c3b 100644 --- a/include/clang/Format/Format.h +++ b/include/clang/Format/Format.h @@ -78,4 +78,4 @@ tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex, } // end namespace format } // end namespace clang -#endif // LLVM_CLANG_FORMAT_FORMAT_H +#endif // LLVM_CLANG_FORMAT_FORMAT_H |