ld: pe: Move the return type to a separate line from the function name
authorMartin Storsjö <martin@martin.st>
Thu, 25 Aug 2022 06:49:59 +0000 (09:49 +0300)
committerMartin Storsjö <martin@martin.st>
Thu, 25 Aug 2022 06:51:20 +0000 (09:51 +0300)
This fixes the coding style of an old, preexisting function.

ld/emultempl/pe.em
ld/emultempl/pep.em

index 2706d73d14450b559d62f2777aefc48c1531917f..665c02cad6babb953329eda2cf2c36ffb83a5833 100644 (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)
index accefc0ed606efdfac8368561a46940b6f9b8d88..05214b1ba3cd36eefb7a373d5c986d6eaba55fd7 100644 (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)