summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-11-03 16:41:37 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-11-03 16:41:37 +0000
commit6267b706d1c36b42236b83482077e9adb2e00a39 (patch)
tree4b13fbf1de2a7652b866fafa20c3b2eaaa2dc7b1 /isys
parent71476cfb1946a6277784b131837eb02d1ce31d0c (diff)
downloadanaconda-6267b706d1c36b42236b83482077e9adb2e00a39.tar.gz
anaconda-6267b706d1c36b42236b83482077e9adb2e00a39.tar.xz
anaconda-6267b706d1c36b42236b83482077e9adb2e00a39.zip
Tab to spaces.
Diffstat (limited to 'isys')
-rw-r--r--isys/dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/dns.c b/isys/dns.c
index 7ccaf5321..c7a0f596e 100644
--- a/isys/dns.c
+++ b/isys/dns.c
@@ -140,7 +140,7 @@ char * mygethostbyaddr(char * ipnum, int family) {
_res.retry = 1;
if (ipnum == NULL || (family != AF_INET && family != AF_INET6))
- return NULL;
+ return NULL;
if (family == AF_INET) {
buf = strdup(ipnum);