If/else looks nicer when both branches have (or don't have) braces. NFC
authorDouglas Katzman <dougk@google.com>
Tue, 16 Jun 2015 18:01:24 +0000 (18:01 +0000)
committerDouglas Katzman <dougk@google.com>
Tue, 16 Jun 2015 18:01:24 +0000 (18:01 +0000)
commit678d0cb14631b97bfb9c881ec59d0adb4dc6d191
tree61dba10f0f7c864103df238c9c7c633fc4232e61
parent40baa0aad4feed367415918146a99dd0a0c271d8
If/else looks nicer when both branches have (or don't have) braces. NFC

llvm-svn: 239834
clang/lib/Driver/Driver.cpp