]> The Tcpdump Group git mirrors - tcpdump/commitdiff
untabify.
authoritojun <itojun>
Mon, 24 Apr 2000 12:57:25 +0000 (12:57 +0000)
committeritojun <itojun>
Mon, 24 Apr 2000 12:57:25 +0000 (12:57 +0000)
print-rt6.c

index e23d61f2f3a040d677a7699b6501b49402d68167..c9a3032c6b4cdf64966ade1f43f4ffaff7f78ff7 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-rt6.c,v 1.5 2000-04-20 15:49:57 itojun Exp $";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-rt6.c,v 1.6 2000-04-24 12:57:25 itojun Exp $";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -71,7 +71,7 @@ rt6_print(register const u_char *bp, register const u_char *bp2)
        ep = snapend;
 
 #if 0
-        printf("%s > %s: ",
+       printf("%s > %s: ",
               ip6addr_string(&ip->ip6_src),
               ip6addr_string(&ip->ip6_dst));
 #endif