network_conf: Fix whitespace to pass syntax-check

This commit is contained in:
Peter Krempa 2012-01-02 17:58:26 +01:00
parent 973af2362c
commit f4384b8439

View 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>