diff options
author | Daniel Jasper <djasper@google.com> | 2013-01-07 13:26:07 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-01-07 13:26:07 +0000 |
commit | cd162384a552ef4e4913244f4f14b9a3e5a791e1 (patch) | |
tree | 62809bc6826e5e3360aa2f24e54d1e28668479de /lib/Format/UnwrappedLineParser.cpp | |
parent | 9cda8000434be3360abb38fe1690fa24ae3d48be (diff) |
Reformat clang-formats source code.
All changes done by clang-format itself. No functional changes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171732 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Format/UnwrappedLineParser.cpp')
-rw-r--r-- | lib/Format/UnwrappedLineParser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Format/UnwrappedLineParser.cpp b/lib/Format/UnwrappedLineParser.cpp index 4066b55ecb..52717e17b9 100644 --- a/lib/Format/UnwrappedLineParser.cpp +++ b/lib/Format/UnwrappedLineParser.cpp @@ -493,5 +493,5 @@ void UnwrappedLineParser::readToken() { } } -} // end namespace format -} // end namespace clang +} // end namespace format +} // end namespace clang |