Daniel Martí a6b804e93a checkstyle: obey NeedBraces on multi-line stmts
We still allow them in single-line statements, like:

	if (foo) bar;
	for (int i : ints) bar;

Everything else should use braces to help readability and avoid silly
human mistakes that might result in bugs.

These changes were completely automated via a python script.
2016-02-17 12:04:36 +00:00
..
2015-10-04 08:14:48 -07:00
2016-02-16 11:58:04 +00:00
2016-02-09 16:04:29 +00:00
2016-02-06 23:35:43 +00:00