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