From b4d90de3204d4b7b813f0e1bc0019b8607a29c9f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 10 Jan 2014 13:10:37 +0100 Subject: Whitespace fixes Mostly trailing spaces or whitespace in empty lines. --- src/odhcp6c.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/odhcp6c.c') diff --git a/src/odhcp6c.c b/src/odhcp6c.c index dbba605..bf61d50 100644 --- a/src/odhcp6c.c +++ b/src/odhcp6c.c @@ -262,7 +262,7 @@ int main(_unused int argc, char* const argv[]) while (do_signal == 0 || do_signal == SIGUSR1) { do_signal = 0; - script_call("informed"); + script_call("informed"); int res = dhcpv6_poll_reconfigure(); odhcp6c_signal_process(); @@ -327,7 +327,7 @@ int main(_unused int argc, char* const argv[]) script_call("updated"); continue; // Renew was successful } - + odhcp6c_clear_state(STATE_SERVER_ID); // Remove binding // If we have IAs, try rebind otherwise restart @@ -470,7 +470,7 @@ void odhcp6c_insert_state(enum odhcp6c_state state, size_t offset, const void *d uint8_t *n = odhcp6c_resize_state(state, len); if (n) { uint8_t *sdata = state_data[state]; - + memmove(sdata + offset + len, sdata + offset, len_after); memcpy(sdata + offset, data, len); } -- cgit v1.2.1