clang-format: Use AllowShortBlocksOnASingleLine for ObjC blocks, too.
authorDaniel Jasper <djasper@google.com>
Wed, 22 Oct 2014 09:12:44 +0000 (09:12 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 22 Oct 2014 09:12:44 +0000 (09:12 +0000)
commit76284683f12a7b8c98711963f59662d679f70712
treec623942055dcdb53646d07b2f2669573d563f0b1
parentb52c69e56777eabd4570464b96a7dd1129c2bb91
clang-format: Use AllowShortBlocksOnASingleLine for ObjC blocks, too.

llvm-svn: 220375
clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTest.cpp