diff mbox

[3/4] iptables: iptables: Indent the code.

Message ID 20170331161351.26141-4-arushisinghal19971997@gmail.com
State Not Applicable
Delegated to: Pablo Neira
Headers show

Commit Message

Arushi Singhal March 31, 2017, 4:13 p.m. UTC
Ident the code.

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
---
 iptables/xtables-arp.c | 4 ++--
 iptables/xtables-eb.c  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
diff mbox

Patch

diff --git a/iptables/xtables-arp.c b/iptables/xtables-arp.c
index 6aa000a..38b0206 100644
--- a/iptables/xtables-arp.c
+++ b/iptables/xtables-arp.c
@@ -481,8 +481,8 @@  exit_printhelp(void)
 "  --set-counters PKTS BYTES	set the counter during insert/append\n"
 "[!] --version	-V		print package version.\n");
 	printf(" opcode strings: \n");
-        for (i = 0; i < NUMOPCODES; i++)
-                printf(" %d = %s\n", i + 1, opcodes[i]);
+	for (i = 0; i < NUMOPCODES; i++)
+		printf(" %d = %s\n", i + 1, opcodes[i]);
         printf(
 " hardware type string: 1 = Ethernet\n"
 " protocol type string: 0x800 = IPv4\n");
diff --git a/iptables/xtables-eb.c b/iptables/xtables-eb.c
index c8b5d4f..2cb3ae6 100644
--- a/iptables/xtables-eb.c
+++ b/iptables/xtables-eb.c
@@ -327,9 +327,9 @@  static void ebt_list_extensions(const struct xtables_target *t,
 	printf("%s v%s\n", prog_name, prog_vers);
 	printf("Loaded userspace extensions:\n");
 	/*printf("\nLoaded tables:\n");
-        while (tbl) {
+	while (tbl) {
 		printf("%s\n", tbl->name);
-                tbl = tbl->next;
+		tbl = tbl->next;
 	}*/
 	printf("\nLoaded targets:\n");
         for (t = xtables_targets; t; t = t->next) {