Steven Moreland
a4319f7800
system-clang-format: DontAlign
AlignAfterOpenBracket: DontAlign
The main consideration is this:
if (foo && ....
foo) {
// code
->
if (foo && ....
foo) {
// code
Change-Id: Ife0073c8544b9554df2eb54e10dc2e7611631299
Fixes: 122835115
Test: manual
2019-01-28 18:21:15 -08:00
..
2018-11-28 09:52:12 -08:00
2018-08-22 09:21:45 -07:00
2017-11-29 12:54:43 -08:00
2018-07-10 12:42:22 -07:00
2017-11-17 23:05:26 +00:00
2017-11-03 15:19:15 -07:00
2017-11-17 23:05:26 +00:00
2019-01-03 09:51:11 -08:00
2019-01-03 09:51:11 -08:00
2018-07-12 14:15:31 -07:00
2019-01-22 13:27:45 -08:00
2017-12-04 14:58:00 -08:00
2018-10-18 18:07:44 +00:00
2019-01-28 18:21:15 -08:00
2019-01-22 13:27:45 -08:00
2018-09-10 23:12:11 -07:00