clang-format/java: Always put space after `assert` keyword.
authorNico Weber <nicolasweber@gmx.de>
Mon, 25 Sep 2017 22:42:49 +0000 (22:42 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 25 Sep 2017 22:42:49 +0000 (22:42 +0000)
commite8eba3716c00d92ae772426ee4e9412f92e5562c
tree1dd13faed8dbe8df12e411eead8af0538e2af695
parent2eccdab308a33c802ea34873cf49dcab4e38cec6
clang-format/java: Always put space after `assert` keyword.

Previously, it was missing if the expression after the assert started with a (.

llvm-svn: 314172
clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTestJava.cpp