r5052: minor formatting fix
authorAndrew Tridgell <tridge@samba.org>
Fri, 28 Jan 2005 11:23:31 +0000 (11:23 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:09:18 +0000 (13:09 -0500)
source/lib/netif/interface.c

index 9075d4f3ac4467509e507f494808d5e86f654895..4f22095f7a59cdd2408e61ca35f52250e6327e64 100644 (file)
@@ -187,10 +187,10 @@ void load_interfaces(void)
 
        ptr = lp_interfaces();
        mem_ctx = talloc_init("load_interfaces");
-    if (!mem_ctx) {
-       DEBUG(2,("no memory to load interfaces \n"));
+       if (!mem_ctx) {
+               DEBUG(2,("no memory to load interfaces \n"));
                return;
-    }
+       }
 
        allones_ip = interpret_addr2("255.255.255.255");
        loopback_ip = interpret_addr2("127.0.0.1");
@@ -330,7 +330,6 @@ struct ipv4_addr *iface_n_bcast(int n)
        return NULL;
 }
 
-
 /* these 3 functions return the ip/bcast/nmask for the interface
    most appropriate for the given ip address. If they can't find
    an appropriate interface they return the requested field of the