More whitespace cleanups.
This commit is contained in:
parent
e364e6f118
commit
9618c7c20e
@ -19,7 +19,7 @@ one (void)
|
||||
void * foo_ifunc (void) __asm__ ("foo");
|
||||
__asm__(".type foo, %gnu_indirect_function");
|
||||
|
||||
void *
|
||||
void *
|
||||
foo_ifunc (void)
|
||||
{
|
||||
return one;
|
||||
|
@ -17,7 +17,7 @@ one (void)
|
||||
static void * foo_ifunc (void) __asm__ ("foo");
|
||||
__asm__(".type foo, %gnu_indirect_function");
|
||||
|
||||
static void *
|
||||
static void *
|
||||
__attribute__ ((used))
|
||||
foo_ifunc (void)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user