network.subr: Replace "\ " with "[[:space:]]"
authorCy Schubert <cy@FreeBSD.org>
Wed, 21 Dec 2022 16:06:02 +0000 (08:06 -0800)
committerCy Schubert <cy@FreeBSD.org>
Mon, 2 Jan 2023 18:20:05 +0000 (10:20 -0800)
commitfef0e429f190d396d5b3228166a012e85dd912f2
treeb341cf0097287e7d04f490f4dc3fe2b843ea1a33
parenta1f28ec729f7491da8607e8eeaee1b0f547c60d0
network.subr: Replace "\ " with "[[:space:]]"

"[[:space:]]" is easier to read than "\ " and is conisitent with
clone_up().

Reported by: eugen
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D37748
libexec/rc/network.subr