From a422177e75712710c5f5356048abf3d14aa363b3 Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 3 Sep 2024 17:05:59 +0000 Subject: [PATCH] wild white space --- lib/libc/net/inet_pton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/net/inet_pton.c b/lib/libc/net/inet_pton.c index 5d7148e8e91..45bafd2ffca 100644 --- a/lib/libc/net/inet_pton.c +++ b/lib/libc/net/inet_pton.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inet_pton.c,v 1.10 2015/09/13 21:36:08 guenther Exp $ */ +/* $OpenBSD: inet_pton.c,v 1.11 2024/09/03 17:05:59 deraadt Exp $ */ /* Copyright (c) 1996 by Internet Software Consortium. * @@ -87,7 +87,7 @@ inet_pton4(const char *src, u_char *dst) if (new > 255) return (0); - if (! saw_digit) { + if (!saw_digit) { if (++octets > 4) return (0); saw_digit = 1; -- 2.20.1