Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
llvm-svn: 265424
  • Loading branch information
rui314 committed Apr 5, 2016
1 parent 6a44b7f commit 376ab7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lld/ELF/InputFiles.cpp
Expand Up @@ -306,7 +306,7 @@ elf::ObjectFile<ELFT>::getSection(const Elf_Sym &Sym) const {

template <class ELFT>
SymbolBody *elf::ObjectFile<ELFT>::createSymbolBody(const Elf_Sym *Sym) {
unsigned char Binding = Sym->getBinding();
unsigned char Binding = Sym->getBinding();
InputSectionBase<ELFT> *Sec = getSection(*Sym);
if (Binding == STB_LOCAL) {
if (Sym->st_shndx == SHN_UNDEF)
Expand Down

0 comments on commit 376ab7c

Please sign in to comment.