whitespace cleanup
[oweals/busybox.git] / networking / udhcp / dhcpc.h
index 7c93f42326fa0d4d1c3a7a87b0480b2c64f9c8f3..3dff11ab0691baa7df1c964000e0c54baf40f99d 100644 (file)
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
 /* dhcpc.h */
 #ifndef _DHCPC_H
 #define _DHCPC_H
@@ -28,7 +29,7 @@ struct client_config_t {
        uint8_t *hostname;              /* Optional hostname to use */
        uint8_t *fqdn;                  /* Optional fully qualified domain name to use */
        int ifindex;                    /* Index number of the interface to use */
-       int retries;                    /* Max number of request packets */        
+       int retries;                    /* Max number of request packets */
        int timeout;                    /* Number of seconds to try to get a lease */
        uint8_t arp[6];                 /* Our arp address */
 };