From: Harald Welte Date: Sun, 16 May 2004 09:05:07 +0000 (+0000) Subject: cosmetic fix (space between include directive and filename) X-Git-Tag: v1.3.0-rc1~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15920d160760535e51a57b3834eba45257cfa6d8;p=thirdparty%2Fiptables.git cosmetic fix (space between include directive and filename) --- diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c index 98215866..3ff7e274 100644 --- a/libiptc/libiptc.c +++ b/libiptc/libiptc.c @@ -1,4 +1,4 @@ -/* Library which manipulates firewall rules. Version $Revision: 1.44 $ */ +/* Library which manipulates firewall rules. Version $Revision: 1.45 $ */ /* Architecture of firewall rules is as follows: * @@ -20,8 +20,8 @@ * up after a ruleset change. */ -#include -#include +#include +#include #ifndef IPT_LIB_DIR #define IPT_LIB_DIR "/usr/local/lib/iptables"