summaryrefslogtreecommitdiffstats
path: root/lib/Format/UnwrappedLineParser.h
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-05-09 13:11:16 +0000
committerDaniel Jasper <djasper@google.com>2014-05-09 13:11:16 +0000
commit63b00e2fde26dc817f50cade6da136be387f87af (patch)
tree40b347021fd8e411b229d7b4089bcab988e8814e /lib/Format/UnwrappedLineParser.h
parent656b212af7aa75161499c34236ff5cd173f47fc0 (diff)
clang-format: Fix bug introduced by r208392.
Also run clang-format over clang-format's files. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208409 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Format/UnwrappedLineParser.h')
-rw-r--r--lib/Format/UnwrappedLineParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Format/UnwrappedLineParser.h b/lib/Format/UnwrappedLineParser.h
index 58099c9f51..c9182e9d71 100644
--- a/lib/Format/UnwrappedLineParser.h
+++ b/lib/Format/UnwrappedLineParser.h
@@ -119,7 +119,7 @@ private:
void conditionalCompilationAlternative();
void conditionalCompilationEnd();
- bool isOnNewLine(const FormatToken& FormatTok);
+ bool isOnNewLine(const FormatToken &FormatTok);
// FIXME: We are constantly running into bugs where Line.Level is incorrectly
// subtracted from beyond 0. Introduce a method to subtract from Line.Level