From 50f17a8287e71ad65d323fb0081b7d9d79788633 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 25 Nov 2023 13:00:05 +0000 Subject: [PATCH] whitespace; spotted by kn --- sbin/dhcpleased/printconf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); } } -- 2.20.1