aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Eckenfels <net-tools@lina.inka.de>2011-01-27 00:43:13 +0000
committerBernd Eckenfels <net-tools@lina.inka.de>2011-01-27 00:43:13 +0000
commit1dd95c51357839aa86259dd4d9372b7a4e946264 (patch)
tree4426ac14472dd771b2150e799c10a03bfc762c91
parentadded some address family alias (still needs description) Bug#017886 (diff)
downloadnet-tools-1dd95c51357839aa86259dd4d9372b7a4e946264.tar.gz
net-tools-1dd95c51357839aa86259dd4d9372b7a4e946264.tar.bz2
net-tools-1dd95c51357839aa86259dd4d9372b7a4e946264.zip
corrected indention
-rw-r--r--lib/net-support.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/net-support.h b/lib/net-support.h
index 2820619..b79f11b 100644
--- a/lib/net-support.h
+++ b/lib/net-support.h
@@ -140,7 +140,7 @@ extern char afname[];
#define AFTRANS_OPTS \
{"ax25", 0, 0, 1}, \
- {"x25", 0, 0, 1}, \
+ {"x25", 0, 0, 1}, \
{"ip", 0, 0, 1}, \
{"ipx", 0, 0, 1}, \
{"appletalk", 0, 0, 1}, \
@@ -148,7 +148,7 @@ extern char afname[];
{"inet", 0, 0, 1}, \
{"inet6", 0, 0, 1}, \
{"ddp", 0, 0, 1}, \
- {"rose", 0, 0, 1}, \
+ {"rose", 0, 0, 1}, \
{"unix", 0, 0, 1}, \
{"tcpip", 0, 0, 1}
#define AFTRANS_CNT 12