OSDN Git Service

resolv.h: fix wring indentation of #ifdef/#endif pairs
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 16 May 2010 04:39:16 +0000 (06:39 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 16 May 2010 04:39:16 +0000 (06:39 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/resolv.h

index 6f69806..b9ce1e2 100644 (file)
@@ -430,13 +430,14 @@ __END_DECLS
 #    endif
 #    define _res (*__resp)
 extern __thread struct __res_state *__resp attribute_tls_model_ie;
-#    endif
-#   else
-#    undef _res
-#    define _res (*__resp)
+#   endif
+#  else
+#   undef _res
+#   define _res (*__resp)
 extern struct __res_state *__resp;
-#   endif /* __UCLIBC_HAS_TLS__ */
 #  endif /* __UCLIBC_HAS_THREADS__ */
 # endif /* _LIBC */
 
+#endif /* _RESOLV_H_ */
+
 #endif /* !_RESOLV_H_ */