]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/misc-progs/getipstat.c
Early spring clean: Remove trailing whitespaces, and correct licence headers
[people/pmueller/ipfire-2.x.git] / src / misc-progs / getipstat.c
index 99d053bbf8d1c9dfe17514ef6a010be8af508107..37e01c81a5a3e0578ba8320b77aec8afac0646ff 100644 (file)
@@ -1,12 +1,12 @@
 /* IPFire helper program - IPStat
  *
  * Get the list from IPTABLES -L
- * 
+ *
  * Optional commandline parameters:
- *  -x 
+ *  -x
  *   instruct iptables to expand numbers
- *  -f 
- *   display filter table 
+ *  -f
+ *   display filter table
  *  -n
  *   display nat table
  *  -m
@@ -33,7 +33,7 @@ int main(int argc, char** argv)
        unsigned int table_set = 0;
 
        int opt;
-       
+
        if (!(initsetuid()))
                exit(1);