From: deraadt Date: Tue, 3 Sep 2024 17:05:59 +0000 (+0000) Subject: wild white space X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a422177e75712710c5f5356048abf3d14aa363b3;p=openbsd wild white space --- 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;