Code

use g_ascii_isspace() instead of IS_WHITESPACE()
authorMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 09:50:42 +0000 (11:50 +0200)
committerMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 09:50:42 +0000 (11:50 +0200)
commitccc7cf81e560025520777118a00a4c041bd7a149
tree24a5483fbd3829c3a383f1a17e0d312d464332e2
parent8b2ace4bc265abde352fcd386ce5f88b88461f4d
use g_ascii_isspace() instead of IS_WHITESPACE()

Don't duplicate code which is already provided by glib.
src/conf.c
src/support.h