]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib/strutils: add normalize_whitespace()
authorKarel Zak <kzak@redhat.com>
Tue, 21 Jul 2020 10:16:40 +0000 (12:16 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 13 Nov 2020 08:19:02 +0000 (09:19 +0100)
commit5d68f974b42f0f4e414cbd491d7726820b13e3af
tree78d73d57c57ec0cf3590ec3b9c0c6f1e53e8f997
parentee0fabda3039b934b14c9154e856fb79bc9f42e5
lib/strutils: add normalize_whitespace()

This function removes extra whitespace.

Signed-off-by: Karel Zak <kzak@redhat.com>
include/strutils.h
lib/strutils.c