From 0f3e8be7739934e920143682ff9d93c5d29e5de5 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Sat, 17 Oct 2009 16:18:35 -0700 Subject: whitespace fixes Signed-off-by: Austin Foxley --- libc/misc/internals/__uClibc_main.c | 2 +- libc/misc/pthread/tsd.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'libc/misc') diff --git a/libc/misc/internals/__uClibc_main.c b/libc/misc/internals/__uClibc_main.c index be63fe4cd..85dbe7123 100644 --- a/libc/misc/internals/__uClibc_main.c +++ b/libc/misc/internals/__uClibc_main.c @@ -66,7 +66,7 @@ uintptr_t __guard attribute_relro; /* * Needed to initialize _dl_phdr when statically linked */ - + void internal_function _dl_aux_init (ElfW(auxv_t) *av); #endif /* !SHARED */ diff --git a/libc/misc/pthread/tsd.c b/libc/misc/pthread/tsd.c index 434938d97..835ee22ce 100644 --- a/libc/misc/pthread/tsd.c +++ b/libc/misc/pthread/tsd.c @@ -8,4 +8,3 @@ __libc_dl_error_tsd (void) static __thread void *data __attribute__ ((tls_model ("initial-exec"))); return &data; } - -- cgit v1.2.3