From: Jim Meyering Date: Wed, 14 May 2008 21:22:04 +0000 (+0000) Subject: remove trailing blanks X-Git-Tag: LIBVIRT_0_4_4~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a741570e442e38622a21eb085944b71a123e269;p=thirdparty%2Flibvirt.git remove trailing blanks --- diff --git a/qemud/qemud.c b/qemud/qemud.c index 0982e7299c..a4c1a44a7a 100644 --- a/qemud/qemud.c +++ b/qemud/qemud.c @@ -1924,7 +1924,7 @@ remoteReadConfigFile (struct qemud_server *server, const char *filename) GET_CONF_STR (conf, filename, tls_port); GET_CONF_STR (conf, filename, tcp_port); GET_CONF_STR (conf, filename, listen_addr); - + if (remoteConfigGetAuth(conf, "auth_unix_rw", &auth_unix_rw, filename) < 0) goto free_and_fail; #if HAVE_POLKIT