style fixes, no code changes.

This commit is contained in:
Denis Vlasenko
2007-04-11 17:04:29 +00:00
parent e4f2d064b0
commit 6398cf477d
6 changed files with 37 additions and 33 deletions

View File

@@ -856,7 +856,7 @@ print(unsigned char *buf, int cc, struct sockaddr_in *from)
inetname(from);
#if ENABLE_FEATURE_TRACEROUTE_VERBOSE
if (verbose)
printf(" %d bytes to %s", cc, inet_ntoa (ip->ip_dst));
printf(" %d bytes to %s", cc, inet_ntoa(ip->ip_dst));
#endif
}