From: Mark Andrews Date: Thu, 16 Jun 2016 21:13:12 +0000 (+1000) Subject: style X-Git-Tag: v9.11.0b1~54 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=caf7c2fd25a7c4484e7044ecf622d352eabc8e19;p=thirdparty%2Fbind9.git style --- diff --git a/bin/tests/system/rndc/gencheck.c b/bin/tests/system/rndc/gencheck.c index 4545f2774eb..383621a8f8f 100644 --- a/bin/tests/system/rndc/gencheck.c +++ b/bin/tests/system/rndc/gencheck.c @@ -33,7 +33,10 @@ check(const char *buf, ssize_t count, size_t *start) { const char chars[] = "abcdefghijklmnopqrstuvwxyz0123456789"; ssize_t i; - for (i = 0; i < count; i++, *start = (*start + 1) % (sizeof(chars) - 1)) { + for (i = 0; + i < count; + i++, *start = (*start + 1) % (sizeof(chars) - 1)) + { /* Just ignore the trailing newline */ if (buf[i] == '\n') continue;