]> granicus.if.org Git - clang/commit
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)
commit92ed6b0f9194caa68485a6fc901113fb7c21e238
treeed199617f24e872cfd883764ca50a181d0bf6f1b
parent156b6794501ad194264c3f7fc5e3c3c18d2f1e50
clang-format/java: Always put space after `assert` keyword.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@314172 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTestJava.cpp