]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
White space police
authorRoy Marples <roy@marples.name>
Thu, 4 Apr 2013 20:31:04 +0000 (20:31 +0000)
committerRoy Marples <roy@marples.name>
Thu, 4 Apr 2013 20:31:04 +0000 (20:31 +0000)
41 files changed:
arp.c
arp.h
common.c
common.h
control.c
control.h
dhcp-common.c
dhcp-common.h
dhcp.c
dhcp.h
dhcpcd.c
dhcpcd.h
duid.c
duid.h
eloop.c
eloop.h
if-bsd.c
if-linux-wireless.c
if-linux.c
if-options.c
if-options.h
if-pref.c
if-pref.h
ipv4.c
ipv4.h
ipv4ll.c
ipv4ll.h
ipv6.c
ipv6.h
ipv6ns.c
ipv6ns.h
ipv6rs.c
ipv6rs.h
net.c
net.h
platform-bsd.c
platform.h
script.c
script.h
signals.c
signals.h

diff --git a/arp.c b/arp.c
index f014b1b9a8194016f5e13cd6b1d453e682e84792..13a2cc2fd2ec10c5cc6a9335cbf635265aa8d973 100644 (file)
--- a/arp.c
+++ b/arp.c
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
diff --git a/arp.h b/arp.h
index 3274bbb35bbcf52978ca225bd120357ee4e0d965..65ac25885633dd61c6aad42a08d29a2c9952391e 100644 (file)
--- a/arp.h
+++ b/arp.h
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
index 1725e560e313199a6cbeaa5df922a956cd52161c..ab3a058094565d294f8498ed115f0278aaeb25a6 100644 (file)
--- a/common.c
+++ b/common.c
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2012 Roy Marples <roy@marples.name>
  * All rights reserved
index e6976165956a7c90223029842c66af493491fed1..7d5260d039d4ecbf2d67cbb85572c3b69a3c8654 100644 (file)
--- a/common.h
+++ b/common.h
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
@@ -46,7 +46,7 @@
        ms = (tv)->tv_sec * 1000;                                       \
        ms += (tv)->tv_usec / 1000;                                     \
 } while (0 /* CONSTCOND */);
-#define ms_to_tv(tv, ms) do {                                          \
+#define ms_to_tv(tv, ms) do {                                          \
        (tv)->tv_sec = ms / 1000;                                       \
        (tv)->tv_usec = (ms - ((tv)->tv_sec * 1000)) * 1000;            \
 } while (0 /* CONSTCOND */);
index 2bfcb77ff1642bcc4b1eaf90a341bf378b43d211..9884ab317702761e97f710f9566cc4c8c80debd4 100644 (file)
--- a/control.c
+++ b/control.c
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2012 Roy Marples <roy@marples.name>
  * All rights reserved
index 08e858b1b28bbb54d307eb92d6bdaad7ee9708fa..02627eb66f191d8b026f048574ea60c4768c8491 100644 (file)
--- a/control.h
+++ b/control.h
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2012 Roy Marples <roy@marples.name>
  * All rights reserved
index d37477ea44e3ccec533d40732698fa7586ae4ad3..6c9ab7809aca8b4b39e8c42777a334556c9d23e6 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
@@ -198,7 +198,7 @@ print_string(char *s, ssize_t len, int dl, const uint8_t *data)
                case '\'': /* FALLTHROUGH */
                case '$':  /* FALLTHROUGH */
                case '`':  /* FALLTHROUGH */
-               case '\\': /* FALLTHROUGH */
+               case '\\': /* FALLTHROUGH */
                case '|':  /* FALLTHROUGH */
                case '&':
                        if (s) {
index 48dcc14505bdc4434613bcc5310ade8c4ffdf4b7..794953f70460c96bb201a0d7b33a1fec1bccfe24 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2012 Roy Marples <roy@marples.name>
  * All rights reserved
diff --git a/dhcp.c b/dhcp.c
index 3fbe4dd0e7941e20878c9e22a5324515e71cf2d4..12efea99a3a3f61202ac036e9fe4933632e91f02 100644 (file)
--- a/dhcp.c
+++ b/dhcp.c
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
@@ -77,7 +77,7 @@ static uint8_t *opt_buffer;
 #define IPV4A          ADDRIPV4 | ARRAY
 #define IPV4R          ADDRIPV4 | REQUEST
 
-/* We should define a maximum for the NAK exponential backoff */ 
+/* We should define a maximum for the NAK exponential backoff */
 #define NAKOFF_MAX              60
 
 /* Wait N nanoseconds between sending a RELEASE and dropping the address.
@@ -106,7 +106,7 @@ const struct dhcp_opt const dhcp_opts[] = {
        { 1,    ADDRIPV4 | REQUEST,     "subnet_mask" },
                /* RFC 3442 states that the CSR has to come before all other
                 * routes. For completeness, we also specify static routes,
-                * then routers. */
+                * then routers. */
        { 121,  RFC3442,        "classless_static_routes" },
        { 249,  RFC3442,        "ms_classless_static_routes" },
        { 33,   IPV4A | REQUEST,        "static_routes" },
@@ -117,7 +117,7 @@ const struct dhcp_opt const dhcp_opts[] = {
        { 6,    IPV4A,          "domain_name_servers" },
        { 7,    IPV4A,          "log_servers" },
        { 8,    IPV4A,          "cookie_servers" },
-       { 9,    IPV4A,          "lpr_servers" },
+       { 9,    IPV4A,          "lpr_servers" },
        { 10,   IPV4A,          "impress_servers" },
        { 11,   IPV4A,          "resource_location_servers" },
        { 12,   STRING,         "host_name" },
@@ -142,7 +142,7 @@ const struct dhcp_opt const dhcp_opts[] = {
        { 31,   UINT8,          "router_discovery" },
        { 32,   ADDRIPV4,       "router_solicitation_address" },
        { 34,   UINT8,          "trailer_encapsulation" },
-       { 35,   UINT32,         "arp_cache_timeout" },
+       { 35,   UINT32,         "arp_cache_timeout" },
        { 36,   UINT16,         "ieee802_3_encapsulation" },
        { 37,   UINT8,          "default_tcp_ttl" },
        { 38,   UINT32,         "tcp_keepalive_interval" },
@@ -157,7 +157,7 @@ const struct dhcp_opt const dhcp_opts[] = {
        { 47,   STRING,         "netbios_scope" },
        { 48,   IPV4A,          "font_servers" },
        { 49,   IPV4A,          "x_display_manager" },
-       { 50,   ADDRIPV4,       "dhcp_requested_address" },
+       { 50,   ADDRIPV4,       "dhcp_requested_address" },
        { 51,   UINT32 | REQUEST,       "dhcp_lease_time" },
        { 52,   UINT8,          "dhcp_option_overload" },
        { 53,   UINT8,          "dhcp_message_type" },
@@ -311,7 +311,7 @@ get_option(const struct dhcp_message *dhcp, uint8_t opt, int *len, int *type)
                                        atexit(free_option_buffer);
 #endif
                                }
-                               if (!bp) 
+                               if (!bp)
                                        bp = opt_buffer;
                                memcpy(bp, op, ol);
                                bp += ol;
@@ -591,12 +591,12 @@ decode_rfc5969(char *out, ssize_t len, int pl, const uint8_t *p)
                errno = EINVAL;
                return 0;
        }
-       
+
        ipv4masklen = *p++;
        pl--;
        ipv6prefixlen = *p++;
        pl--;
-       
+
        for (i = 0; i < 16; i++) {
                ipv6prefix[i] = *p++;
                pl--;
@@ -614,7 +614,7 @@ decode_rfc5969(char *out, ssize_t len, int pl, const uint8_t *p)
                    ipv6prefix[8], ipv6prefix[9], ipv6prefix[10],ipv6prefix[11],
                    ipv6prefix[12],ipv6prefix[13],ipv6prefix[14], ipv6prefix[15]
                );
-                   
+
                len -= b;
                out += b;
                bytes += b;
@@ -628,7 +628,7 @@ decode_rfc5969(char *out, ssize_t len, int pl, const uint8_t *p)
                br[2] = *p++;
                br[3] = *p++;
                pl -= 4;
-               
+
                if (out) {
                        b= snprintf(out, len, " %d.%d.%d.%d",
                            br[0], br[1], br[2], br[3]);
@@ -639,7 +639,7 @@ decode_rfc5969(char *out, ssize_t len, int pl, const uint8_t *p)
                        bytes += (4 * 4);
                }
        }
-       
+
        return bytes;
 }
 
@@ -913,7 +913,7 @@ make_message(struct dhcp_message **message,
        dhcp->xid = htonl(state->xid);
        dhcp->cookie = htonl(MAGIC_COOKIE);
 
-       *p++ = DHO_MESSAGETYPE; 
+       *p++ = DHO_MESSAGETYPE;
        *p++ = 1;
        *p++ = type;
 
@@ -1043,7 +1043,7 @@ make_message(struct dhcp_message **message,
                n_params = p;
                *p++ = 0;
                for (opt = dhcp_opts; opt->option; opt++) {
-                       if (!(opt->type & REQUEST || 
+                       if (!(opt->type & REQUEST ||
                                has_option_mask(ifo->requestmask, opt->option)))
                                continue;
                        if (type == DHCP_INFORM &&
@@ -1290,7 +1290,7 @@ dhcp_xid(const struct interface *ifp)
        uint32_t xid;
 
        if (ifp->options->options & DHCPCD_XID_HWADDR &&
-           ifp->hwlen >= sizeof(xid)) 
+           ifp->hwlen >= sizeof(xid))
                /* The lower bits are probably more unique on the network */
                memcpy(&xid, (ifp->hwaddr + ifp->hwlen) - sizeof(xid),
                    sizeof(xid));
@@ -1357,7 +1357,7 @@ dhcp_openudp(struct interface *iface)
                goto eexit;
 #endif
        /* As we don't use this socket for receiving, set the
-        *       * receive buffer to 1 */
+        * receive buffer to 1 */
        n = 1;
        if (setsockopt(s, SOL_SOCKET, SO_RCVBUF, &n, sizeof(n)) == -1)
                goto eexit;
@@ -1879,7 +1879,7 @@ handle_3rdparty(struct interface *ifp)
        struct if_options *ifo;
        struct dhcp_state *state;
        struct in_addr addr, net, dst;
-       
+
        ifo = ifp->options;
        if (ifo->req_addr.s_addr != INADDR_ANY)
                return 0;
@@ -2072,7 +2072,7 @@ static int
 blacklisted_ip(const struct if_options *ifo, in_addr_t addr)
 {
        size_t i;
-       
+
        for (i = 0; i < ifo->blacklist_len; i += 2)
                if (ifo->blacklist[i] == (addr & ifo->blacklist[i + 1]))
                        return 1;
@@ -2108,7 +2108,7 @@ dhcp_handle(struct interface *iface, struct dhcp_message **dhcpp,
        state->interval = 0;
 
        /* We may have found a BOOTP server */
-       if (get_option_uint8(&type, dhcp, DHO_MESSAGETYPE) == -1) 
+       if (get_option_uint8(&type, dhcp, DHO_MESSAGETYPE) == -1)
                type = 0;
 
        if (type == DHCP_NAK) {
@@ -2527,7 +2527,7 @@ dhcp_init(struct interface *ifp)
 
        ifo = ifp->options;
        /* We need to drop the leasefile so that start_interface
-        * doesn't load it. */  
+        * doesn't load it. */
        if (ifo->options & DHCPCD_REQUEST)
                unlink(state->leasefile);
 
@@ -2681,4 +2681,3 @@ dhcp_start(struct interface *ifp)
        else
                dhcp_reboot(ifp);
 }
-
diff --git a/dhcp.h b/dhcp.h
index ed578503f8519debbbdd78bdd37e81b19017e700..d6637a0b17fdd486f43e2277329508a8514e28f9 100644 (file)
--- a/dhcp.h
+++ b/dhcp.h
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
index 759b23149331d62db2414bc2a2679d52ec6df342..8401cf1095f60a2b0c41f49943bb186243b72379 100644 (file)
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
index 09c19254d5cdadb70d33bcc8abc83e06fff4aa06..ac8b42f8de39cc0200a54f0ad76e5286b7c4655b 100644 (file)
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
@@ -42,9 +42,9 @@
 #define IF_SSIDSIZE 33
 #define PROFILE_LEN 64
 
-#define LINK_UP        1
+#define LINK_UP                1
 #define LINK_UNKNOWN   0
-#define LINK_DOWN      -1
+#define LINK_DOWN      -1
 
 #define IF_DATA_DHCP   0
 #define IF_DATA_IPV6RS 1
diff --git a/duid.c b/duid.c
index e04719d75029d08105442f9d7b758437cfeb7caa..b94b3927ddb1f62d19fc167f57af8b5d9b1e8832 100644 (file)
--- a/duid.c
+++ b/duid.c
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
diff --git a/duid.h b/duid.h
index 98c1bbd5776a197443a49a3d06c337c15615ccef..4693102bff3977b9ef476191794dd3db5c8deecb 100644 (file)
--- a/duid.h
+++ b/duid.h
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
diff --git a/eloop.c b/eloop.c
index 3dfb50c2623ce43bd7bd66f4c1241cab5b13a499..c1a78f476966f63dbf6219540798841abce1415e 100644 (file)
--- a/eloop.c
+++ b/eloop.c
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
diff --git a/eloop.h b/eloop.h
index 8a18d9c57aed10bd5910bf9377fe204e8de3ff94..235ec1109ebe6460e67a119eaa36e5841dd98de8 100644 (file)
--- a/eloop.h
+++ b/eloop.h
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
index 9fb7130c344148d778df778a76828609c3e00fad..74fc0aea5e3b35f3bf760223e0f8903b3d641894 100644 (file)
--- a/if-bsd.c
+++ b/if-bsd.c
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
index b8f68faadd5bf894a7b1af54089155d27b9ed85d..2d9519e26f745394870388419d1ba6d0de4d01a1 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2009-2013 Roy Marples <roy@marples.name>
  * All rights reserved
index 9cdc839218708bcd3c599d0fcde9848fd0d03da5..8da8d4dc2bc7a1f619596052acdfc0c75df3c786 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
index b733fd37a4af4fd212d8c4f408d9b9b3c6a8e823..33d85af4471d2efad671bd706932c5b6b14b7cd5 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
index ea14a5d359055c64786e074dad61fb6cdc04c9b9..9a4a835b9458b765006b025ec5f39c5e6b80bde7 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
index 3d024a60045a92bf8b9c752746e1bc9281463be5..60a5b12f1c29fafd4fb0527e1d3dcc5077024ae9 100644 (file)
--- a/if-pref.c
+++ b/if-pref.c
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
index dcedd60296af55b4f23d096bd1ea719a5b69342a..bea453b28bf6fd773cb2ecee2b87bed5f48423db 100644 (file)
--- a/if-pref.h
+++ b/if-pref.h
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
diff --git a/ipv4.c b/ipv4.c
index 3eff99f6a265dcc0015ae0c40cac90ab5669405e..d57c9321c7f59846412eeab4f9e82fffe4663b1a 100644 (file)
--- a/ipv4.c
+++ b/ipv4.c
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
diff --git a/ipv4.h b/ipv4.h
index bc1c691a2f12c1e946b01c846989e9abd7966798..ae9d6fcf8e819c00df97f7ce0bf712e4b3a9352e 100644 (file)
--- a/ipv4.h
+++ b/ipv4.h
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
index d2e069fcdf02daafc21a33c8690c300ba604ed8b..27adc3a32776ef34d173e17a863e719b66e918c5 100644 (file)
--- a/ipv4ll.c
+++ b/ipv4ll.c
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
index 7bdc89a200cf6d2cd0ee5ec5f32e47e4c92e601c..462b6312a61ea658648b6c19c02946f65989f9e3 100644 (file)
--- a/ipv4ll.h
+++ b/ipv4ll.h
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2012 Roy Marples <roy@marples.name>
  * All rights reserved
diff --git a/ipv6.c b/ipv6.c
index f1317b18bbd5f7f57c3d348ca3c66c70cb2bb586..042c2a522d0da1a45d175807bfbfce03a77135a4 100644 (file)
--- a/ipv6.c
+++ b/ipv6.c
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
diff --git a/ipv6.h b/ipv6.h
index bbc0e1919dfd5dc3cf08736f65594f68e5bd2d8c..67e8a3661a4fa8a6d9e26e9586d1ffb7b6bd5f3e 100644 (file)
--- a/ipv6.h
+++ b/ipv6.h
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
index 4fdefd1dd6e72977890b67842c2d1b110ab3b263..b4c85a45abd9bc10314fbaaa7ce4700668308eae 100644 (file)
--- a/ipv6ns.c
+++ b/ipv6ns.c
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
index 2a63d3b00a3f3015a033f50a7ee292f6e3f7020a..e14856b29799123a431a539b5b0479903d9e2675 100644 (file)
--- a/ipv6ns.h
+++ b/ipv6ns.h
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
@@ -32,8 +32,8 @@
 #include "ipv6rs.h"
 
 #define MAX_REACHABLE_TIME     3600    /* seconds */
-#define REACHABLE_TIME         30      /* seconds */
-#define RETRANS_TIMER          1       /* second */
+#define REACHABLE_TIME         30      /* seconds */
+#define RETRANS_TIMER          1       /* second */
 #define DELAY_FIRST_PROBE_TIME 5       /* seconds */
 
 int ipv6ns_init(void);
index e26a67d10904eb91a3c109a11da55ed49af1c6f0..adbb1149b8f2c45224c7a06f83df7a86157e558d 100644 (file)
--- a/ipv6rs.c
+++ b/ipv6rs.c
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
index b78abf660a1c4a74b3ea29012024d74f3f32b291..5cdb9410b4b8b24ecf3c21800cf87e74d1110d77 100644 (file)
--- a/ipv6rs.h
+++ b/ipv6rs.h
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
diff --git a/net.c b/net.c
index 5245554a52f7af6f84ed3c2d48cb3707db24943b..b96f09fd5e90c7a8139fe93448db79ddb21490f9 100644 (file)
--- a/net.c
+++ b/net.c
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
diff --git a/net.h b/net.h
index 9f832fbfc1d023c8e1296ae63a4cd805479f5ac8..9c096248eb9d1ca4367ae37f88351ec29ab3811d 100644 (file)
--- a/net.h
+++ b/net.h
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
index 76d83fe81c02b7c4f6b34fce19a6e3b9d04699e1..93048fc1f53628ead120ac8bac08c851200054d1 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2012 Roy Marples <roy@marples.name>
  * All rights reserved
index 08ec368aa1cedda1cc5cf9432a51e14c9bc16b02..2c738797db4429cf1502a2c934e55d7c564518ae 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2012 Roy Marples <roy@marples.name>
  * All rights reserved
index b36c80e6374a47903358b9ab36f5078ef634b721..43a39f4e18997cde58e3a958bb81b0189f7184dd 100644 (file)
--- a/script.c
+++ b/script.c
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
index 5979355c3549f76a38d2a4ba737ee1fb9e1e28a0..4f9a085aef2daf44b2f79ae88e522eafcbc30efa 100644 (file)
--- a/script.h
+++ b/script.h
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
index 58263c85c45a9a53e73c36b83ab406056f45b06a..1dc4de96b334f9217a0732aa53e4bbdd7f5d32ad 100644 (file)
--- a/signals.c
+++ b/signals.c
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved
index bb5a0d77c693b54236ae0ee1e0e01d7c2e5dd7ae..eb5e5fff654af2403e54ce6dde786f4c766d6b2f 100644 (file)
--- a/signals.h
+++ b/signals.h
@@ -1,4 +1,4 @@
-/* 
+/*
  * dhcpcd - DHCP client daemon
  * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
  * All rights reserved