whitespace niggle noticed during review
authorderaadt <deraadt@openbsd.org>
Thu, 24 Mar 2022 14:39:08 +0000 (14:39 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 24 Mar 2022 14:39:08 +0000 (14:39 +0000)
usr.sbin/traceroute/traceroute.c

index e3bd866..90b37cb 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: traceroute.c,v 1.168 2021/09/03 09:13:00 florian Exp $        */
+/*     $OpenBSD: traceroute.c,v 1.169 2022/03/24 14:39:08 deraadt Exp $        */
 /*     $NetBSD: traceroute.c,v 1.10 1995/05/21 15:50:45 mycroft Exp $  */
 
 /*
@@ -707,7 +707,7 @@ main(int argc, char *argv[])
                ip->ip_tos = conf->tos;
 
                if (setsockopt(sndsock, IPPROTO_IP, IP_HDRINCL,
-                    &on, sizeof(on)) == -1)
+                   &on, sizeof(on)) == -1)
                        err(6, "IP_HDRINCL");
 
                if (conf->source) {