summaryrefslogtreecommitdiff
path: root/src/ra.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-01-10 13:10:37 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-01-10 13:10:37 +0100
commitb4d90de3204d4b7b813f0e1bc0019b8607a29c9f (patch)
tree3d7d9f72b143b7d02ab8b810c94cc83d845d0cc9 /src/ra.c
parent7489874cd84cc77c97f475fd1ed842b642eed3c5 (diff)
downloadodhcp6c-b4d90de3204d4b7b813f0e1bc0019b8607a29c9f.tar.gz
Whitespace fixes
Mostly trailing spaces or whitespace in empty lines.
Diffstat (limited to 'src/ra.c')
-rw-r--r--src/ra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ra.c b/src/ra.c
index 58c8741..ceded54 100644
--- a/src/ra.c
+++ b/src/ra.c
@@ -214,7 +214,7 @@ static bool ra_icmpv6_valid(struct sockaddr_in6 *source, int hlim, uint8_t *data
default:
return false;
}
-
+
icmpv6_for_each_option(opt, opt, end)
;