]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
network_conf: Fix whitespace to pass syntax-check
authorPeter Krempa <pkrempa@redhat.com>
Mon, 2 Jan 2012 16:58:26 +0000 (17:58 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 2 Jan 2012 16:59:05 +0000 (17:59 +0100)
src/conf/network_conf.h

index 975d5e843cefbc8419e50f82397d203dde9acecf..8920e181040ad7c3ef685463eac803340cefa88f 100644 (file)
@@ -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 <libxml/parser.h>
 # include <libxml/tree.h>