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:
Martin Storsjö
2022-08-25 09:49:59 +03:00
parent 8f401e317a
commit 45692d91e7
2 changed files with 4 additions and 2 deletions

View File

@ -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)

View File

@ -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)