]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: define IS_BLANK instead of using c_isblank from gnulib
authorPavel Hrdina <phrdina@redhat.com>
Mon, 18 Nov 2019 14:07:06 +0000 (15:07 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 10 Dec 2019 12:49:23 +0000 (13:49 +0100)
commit243dbf54949f0ad12fd11c5b4f6621dec26fd549
treed5708b6b79704ee3263b54addbd92c99ef32cbd0
parent1a2934d61c03aa31ecef1337e34911fc6031b05c
util: define IS_BLANK instead of using c_isblank from gnulib

The same way how we have IS_EOL in two files where we actually need it
defince IS_BLANK so we can drop usage of c_isblank.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Cole Robinson <crobinso@redhat.com>
src/util/virconf.c
src/util/virkeyfile.c