diff options
| author | Rui Ueyama <ruiu@google.com> | 2016-04-05 17:47:29 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2016-04-05 17:47:29 +0000 |
| commit | 376ab7cc7bf65e7c14308a4a4f6d411883097f9c (patch) | |
| tree | 5fe101925758513dabf2a7b9c00733c1ccc31760 | |
| parent | 6a44b7fdf08de2306ffaf845ef3694d4644f36ce (diff) | |
| download | bcm5719-llvm-376ab7cc7bf65e7c14308a4a4f6d411883097f9c.tar.gz bcm5719-llvm-376ab7cc7bf65e7c14308a4a4f6d411883097f9c.zip | |
Fix formatting.
llvm-svn: 265424
| -rw-r--r-- | lld/ELF/InputFiles.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/InputFiles.cpp b/lld/ELF/InputFiles.cpp index 02f8e52d22b..72fc3c93a83 100644 --- a/lld/ELF/InputFiles.cpp +++ b/lld/ELF/InputFiles.cpp @@ -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) |

