summaryrefslogtreecommitdiff
path: root/ldso/include
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-01-05 08:00:33 +0000
committerMike Frysinger <vapier@gentoo.org>2008-01-05 08:00:33 +0000
commita1e63e6f7d5ab3d79437f378cdb5adc1be6e41e0 (patch)
tree72b9bc5b3aa3c5031d396277c7e54b92fbdcafea /ldso/include
parentf985c8316e0ee82b45ae9f75dfe4a02b066b7388 (diff)
whitespace only: fix indentation
Diffstat (limited to 'ldso/include')
-rw-r--r--ldso/include/dl-string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/include/dl-string.h b/ldso/include/dl-string.h
index 4a35a1c8d..bf993b29c 100644
--- a/ldso/include/dl-string.h
+++ b/ldso/include/dl-string.h
@@ -286,7 +286,7 @@ static __always_inline char * _dl_simple_ltoahex(char * local, unsigned long i)
* This requires that load_addr must already be defined... */
#if defined(mc68000) || defined(__arm__) || defined(__thumb__) || \
defined(__mips__) || defined(__sh__) || defined(__powerpc__) || \
- defined(__avr32__)
+ defined(__avr32__)
# define CONSTANT_STRING_GOT_FIXUP(X) \
if ((X) < (const char *) load_addr) (X) += load_addr
# define NO_EARLY_SEND_STDERR