From 9bfeb4e5af72e1dca5d79b9945ea68954fd02344 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Sat, 22 May 2010 21:01:38 +0000 Subject: [PATCH] Minor: added some spaces for indentation --- src/include/ipv4/lwip/autoip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/ipv4/lwip/autoip.h b/src/include/ipv4/lwip/autoip.h index 5b77c5e8..23c264a1 100644 --- a/src/include/ipv4/lwip/autoip.h +++ b/src/include/ipv4/lwip/autoip.h @@ -80,7 +80,7 @@ extern "C" { struct autoip { - ip_addr_t llipaddr; /* the currently selected, probed, announced or used LL IP-Address */ + ip_addr_t llipaddr; /* the currently selected, probed, announced or used LL IP-Address */ u8_t state; /* current AutoIP state machine state */ u8_t sent_num; /* sent number of probes or announces, dependent on state */ u16_t ttw; /* ticks to wait, tick is AUTOIP_TMR_INTERVAL long */