[MachO] Add early returns to save some indentation.
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 4 Oct 2019 19:37:59 +0000 (19:37 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 4 Oct 2019 19:37:59 +0000 (19:37 +0000)
commite973fc005638a6b6630e7c5baa255acd53c8ec8a
treed320e7b284404d175fa67ac4ee4487cf69df615b
parent845292cba303c0019fc9bdc4c87fd53606f4cde3
[MachO] Add early returns to save some indentation.

This file really suffered from the Great Reformat. I'm adding a few
early returns to give the deeply nested code some more breathing room.

llvm-svn: 373778
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp