style fix.

This commit is contained in:
Adrien Destugues 2016-10-30 09:15:53 +01:00
parent 59e331631f
commit 4bc43f4368

View File

@ -93,7 +93,8 @@ patch_undefined_symbol(image_t* rootImage, image_t* image, const char* name,
}
static bool is_symbol_visible(elf_sym* symbol)
static bool
is_symbol_visible(elf_sym* symbol)
{
if (symbol->Bind() == STB_GLOBAL)
return true;