Browse Source

whitespace only: fix indentation

Mike Frysinger 16 năm trước cách đây
mục cha
commit
a1e63e6f7d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ldso/include/dl-string.h

+ 1 - 1
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