[MachO] Fix formatting. NFC
authorShoaib Meenai <smeenai@fb.com>
Mon, 22 Aug 2022 18:58:46 +0000 (21:58 +0300)
committerShoaib Meenai <smeenai@fb.com>
Mon, 22 Aug 2022 20:00:07 +0000 (23:00 +0300)
commit491a5c9570e2a6caf0f077f333631d69762d3742
tree8b962b80f07128c3c3c240f388265a4cbe493a32
parent5fa6e8c3ed88f23119600f3e3bcc0565f0d06382
[MachO] Fix formatting. NFC

The style guide says that all arms of an if-else should have braces if
any arm does [1].

[1] https://llvm.org/docs/CodingStandards.html#don-t-use-braces-on-simple-single-statement-bodies-of-if-else-loop-statements
lld/MachO/InputFiles.cpp