]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
style
authorMark Andrews <marka@isc.org>
Thu, 16 Jun 2016 21:13:12 +0000 (07:13 +1000)
committerMark Andrews <marka@isc.org>
Thu, 16 Jun 2016 21:13:12 +0000 (07:13 +1000)
bin/tests/system/rndc/gencheck.c

index 4545f2774eb931ca43537c5e61984ece81e30ede..383621a8f8f807aacaf13527dba17f3e7f681c25 100644 (file)
@@ -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;