]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/snprintf.c
Put a space between type and '*' in pointer declarators (style)
[tcpdump] / missing / snprintf.c
index 2f12cf1635e9b066bbe3eb621c9c2f9f7181573b..dfff6ee08861318e4463e75ad4ce3190132ffb0f 100644 (file)
@@ -411,7 +411,7 @@ xyzprintf (struct state *state, const char *char_format, va_list ap)
        break;
       }
       case 'n' : {
-       int *arg = va_arg(ap, int*);
+       int *arg = va_arg(ap, int *);
        *arg = state->s - state->str;
        break;
       }