From 8fbd96855c12cdbc0b8276d910d190cb7029cc5f 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. llvm-svn: 171039 --- clang/lib/Format/UnwrappedLineParser.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'clang/lib/Format/UnwrappedLineParser.cpp') diff --git a/clang/lib/Format/UnwrappedLineParser.cpp b/clang/lib/Format/UnwrappedLineParser.cpp index 7e91cb4351f..6c035b001c7 100644 --- a/clang/lib/Format/UnwrappedLineParser.cpp +++ b/clang/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