style fix.
This commit is contained in:
parent
59e331631f
commit
4bc43f4368
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user