[ELF][ARM] Fix formatting mistake, removed extra space before ) NFC.

llvm-svn: 283735
This commit is contained in:
Peter Smith 2016-10-10 10:18:58 +00:00
parent 0760605ac5
commit bafd3c40e2
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ void elf::ObjectFile<ELFT>::parse(DenseSet<StringRef> &ComdatGroups) {
// Read section and symbol tables.
initializeSections(ComdatGroups);
initializeSymbols();
if (Config->GcSections && Config->EMachine == EM_ARM )
if (Config->GcSections && Config->EMachine == EM_ARM)
initializeReverseDependencies();
}