summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-05-16 06:39:16 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-05-16 06:39:16 +0200
commitff5e74a838c53fa350df2bb5f173fbed814db84c (patch)
treedd5c25ca8255bbde3e87a5b101e9106b6e27c0bb
parent008ebd962932863acfbc70e83f3018902ebbf88a (diff)
resolv.h: fix wring indentation of #ifdef/#endif pairs
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--include/resolv.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/include/resolv.h b/include/resolv.h
index 6f69806c4..b9ce1e2a2 100644
--- a/include/resolv.h
+++ b/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_ */