clang-format: Remove assert that isn't helpful.
authorDaniel Jasper <djasper@google.com>
Mon, 19 Jan 2015 10:50:08 +0000 (10:50 +0000)
committerDaniel Jasper <djasper@google.com>
Mon, 19 Jan 2015 10:50:08 +0000 (10:50 +0000)
commitb1567c106f6baa4f34174c09bf8adf03d2c28cef
tree0a67c3eddcc5243513398292f2e9b030f1419cf7
parent7a95ce4399a988821ce2637fd37d1dac93bc2e31
clang-format: Remove assert that isn't helpful.

This assert would trigger on:
  #d , = }

llvm-svn: 226446
clang/lib/Format/ContinuationIndenter.cpp
clang/unittests/Format/FormatTest.cpp