mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
ld: pe: Move the return type to a separate line from the function name
This fixes the coding style of an old, preexisting function.
This commit is contained in:
@ -157,7 +157,8 @@ static char *pe_dll_search_prefix = NULL;
|
||||
|
||||
extern const char *output_filename;
|
||||
|
||||
static int is_underscoring (void)
|
||||
static int
|
||||
is_underscoring (void)
|
||||
{
|
||||
int u = 0;
|
||||
if (pe_leading_underscore != -1)
|
||||
|
@ -167,7 +167,8 @@ static char * pep_dll_search_prefix = NULL;
|
||||
|
||||
extern const char *output_filename;
|
||||
|
||||
static int is_underscoring (void)
|
||||
static int
|
||||
is_underscoring (void)
|
||||
{
|
||||
int u = 0;
|
||||
if (pep_leading_underscore != -1)
|
||||
|
Reference in New Issue
Block a user