瀏覽代碼

resolv.h: fix wring indentation of #ifdef/#endif pairs

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys Vlasenko 14 年之前
父節點
當前提交
ff5e74a838
共有 1 個文件被更改,包括 6 次插入5 次删除
  1. 6 5
      include/resolv.h

+ 6 - 5
include/resolv.h

@@ -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_ */