summaryrefslogtreecommitdiffstats
path: root/duid.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-16 16:38:47 +0000
committerRoy Marples <roy@marples.name>2008-01-16 16:38:47 +0000
commit2f736fb7ce0e5e8a21387ac78819bebf673eca79 (patch)
treef75bd0812c3aa915b95af242d7ee89a670b4fed7 /duid.c
parentfc367a018f017e43544224bea067d6957efb4eca (diff)
downloaddhcpcd-2f736fb7ce0e5e8a21387ac78819bebf673eca79.tar.xz
Re format for standard tabs.
Diffstat (limited to 'duid.c')
-rw-r--r--duid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/duid.c b/duid.c
index f29cc9c8..ebb5965b 100644
--- a/duid.c
+++ b/duid.c
@@ -105,7 +105,7 @@ void get_duid (interface_t *iface)
/* Finally, add the MAC address of the interface */
memcpy (p, iface->hwaddr, iface->hwlen);
p += iface->hwlen;
-
+
iface->duid_length = p - iface->duid;
if (! (fp = fopen (DUIDFILE, "w")))