From ada42989603817a428e0132199607811d9f06ca6 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 3 Sep 2024 17:05:59 +0000 Subject: wild white space --- src/lib/libc/net/inet_pton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libc/net/inet_pton.c b/src/lib/libc/net/inet_pton.c index 5d7148e8e9..45bafd2ffc 100644 --- a/src/lib/libc/net/inet_pton.c +++ b/src/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; -- cgit v1.2.3-55-g6feb