From: Peter Krempa Date: Mon, 2 Jan 2012 16:58:26 +0000 (+0100) Subject: network_conf: Fix whitespace to pass syntax-check X-Git-Tag: v0.9.9-rc2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4384b8439923aef7b7ee00b6a330bff86cde905;p=thirdparty%2Flibvirt.git network_conf: Fix whitespace to pass syntax-check --- diff --git a/src/conf/network_conf.h b/src/conf/network_conf.h index 975d5e843c..8920e18104 100644 --- a/src/conf/network_conf.h +++ b/src/conf/network_conf.h @@ -24,7 +24,7 @@ #ifndef __NETWORK_CONF_H__ # define __NETWORK_CONF_H__ - #define DNS_RECORD_LENGTH_SRV (512 - 30) /* Limit minus overhead as mentioned in RFC-2782 */ +# define DNS_RECORD_LENGTH_SRV (512 - 30) /* Limit minus overhead as mentioned in RFC-2782 */ # include # include