From 6398cf477d96cea03459835ed7462d2e8d5b2a71 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 11 Apr 2007 17:04:29 +0000 Subject: style fixes, no code changes. --- networking/traceroute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking') diff --git a/networking/traceroute.c b/networking/traceroute.c index 33023e74f..cdc48ea5e 100644 --- a/networking/traceroute.c +++ b/networking/traceroute.c @@ -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 } -- cgit v1.2.3