From: florian Date: Sat, 25 Nov 2023 13:00:05 +0000 (+0000) Subject: whitespace; spotted by kn X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=50f17a8287e71ad65d323fb0081b7d9d79788633;p=openbsd whitespace; spotted by kn --- diff --git a/sbin/dhcpleased/printconf.c b/sbin/dhcpleased/printconf.c index 0ef3970366c..50b9dc7faba 100644 --- a/sbin/dhcpleased/printconf.c +++ b/sbin/dhcpleased/printconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: printconf.c,v 1.5 2023/11/25 12:00:39 florian Exp $ */ +/* $OpenBSD: printconf.c,v 1.6 2023/11/25 13:00:05 florian Exp $ */ /* * Copyright (c) 2018 Florian Obser @@ -127,7 +127,7 @@ print_config(struct dhcpleased_conf *conf) } if (iface->prefer_ipv6) - printf("\t prefer ipv6\n"); + printf("\tprefer ipv6\n"); printf("}\n"); } }