From d7610b8a744b2459ce2e66fea7d3a3d56ce23dba Mon Sep 17 00:00:00 2001 From: Daniel Jasper Date: Mon, 24 Dec 2012 16:51:15 +0000 Subject: 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 --- lib/Format/UnwrappedLineParser.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/Format/UnwrappedLineParser.cpp') diff --git a/lib/Format/UnwrappedLineParser.cpp b/lib/Format/UnwrappedLineParser.cpp index 7e91cb4351..6c035b001c 100644 --- a/lib/Format/UnwrappedLineParser.cpp +++ b/lib/Format/UnwrappedLineParser.cpp @@ -25,9 +25,7 @@ namespace format { UnwrappedLineParser::UnwrappedLineParser(const FormatStyle &Style, FormatTokenSource &Tokens, UnwrappedLineConsumer &Callback) - : Style(Style), - Tokens(Tokens), - Callback(Callback) { + : Style(Style), Tokens(Tokens), Callback(Callback) { } bool UnwrappedLineParser::parse() { -- cgit v1.2.3-70-g09d2