svn commit: trunk/uClibc/ldso/include

vapier at uclibc.org vapier at uclibc.org
Sat Jan 5 08:00:34 UTC 2008


Author: vapier
Date: 2008-01-05 00:00:33 -0800 (Sat, 05 Jan 2008)
New Revision: 20720

Log:
whitespace only: fix indentation

Modified:
   trunk/uClibc/ldso/include/dl-string.h


Changeset:
Modified: trunk/uClibc/ldso/include/dl-string.h
===================================================================
--- trunk/uClibc/ldso/include/dl-string.h	2008-01-05 07:18:36 UTC (rev 20719)
+++ trunk/uClibc/ldso/include/dl-string.h	2008-01-05 08:00:33 UTC (rev 20720)
@@ -286,7 +286,7 @@
  * 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




More information about the uClibc-cvs mailing list