clang-format: Fix incorrect handling of leading whitespace.
authorDaniel Jasper <djasper@google.com>
Sat, 31 Jan 2015 07:05:46 +0000 (07:05 +0000)
committerDaniel Jasper <djasper@google.com>
Sat, 31 Jan 2015 07:05:46 +0000 (07:05 +0000)
commit30526e79e87f7875a3f9652e4cdfa5a8ca51b701
tree80c363163f769a6f39ad41cec9aefd1c37309cb0
parent9fee8ab4f92d90b5bd05e7f3d651012f855039c9
clang-format: Fix incorrect handling of leading whitespace.

Added an assertion that triggered in an existing test case (without
observable differences) and fixed the code.

llvm-svn: 227677
clang/lib/Format/ContinuationIndenter.cpp