From: Roy Marples Date: Sat, 7 Dec 2019 21:29:40 +0000 (+0000) Subject: script: Document why this block is intentionally blank. X-Git-Tag: v9.0.0~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cd6baf3be2301aed1bbc6347f48febbd4e7e600;p=thirdparty%2Fdhcpcd.git script: Document why this block is intentionally blank. --- diff --git a/src/script.c b/src/script.c index 32bffae7..b802e12d 100644 --- a/src/script.c +++ b/src/script.c @@ -274,7 +274,10 @@ make_env(const struct interface *ifp, const char *reason) d6_state = D6_CSTATE(ifp); #endif if (strcmp(reason, "TEST") == 0) { - if (1 == 2) {} + if (1 == 2) { + /* This space left intentionally blank + * as all the below statements are optional. */ + } #ifdef INET6 #ifdef DHCP6 else if (d6_state && d6_state->new)