diff options
author | Martin Willi <martin@strongswan.org> | 2009-09-04 15:02:11 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-09-04 15:02:11 +0200 |
commit | 7b3814f75da7e760347742fe5af05bdb3a1b1f1c (patch) | |
tree | c9d6133a799de64859b0a411606785ce32c0e0b7 /src/libfreeswan/addrtot.c | |
parent | b9b8a98f472aed6c60dd992ad97776eaa188ea9e (diff) | |
download | strongswan-7b3814f75da7e760347742fe5af05bdb3a1b1f1c.tar.bz2 strongswan-7b3814f75da7e760347742fe5af05bdb3a1b1f1c.tar.xz |
remove spaces before tabs at the beginning of lines (^( )+\t)
Diffstat (limited to 'src/libfreeswan/addrtot.c')
-rw-r--r-- | src/libfreeswan/addrtot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfreeswan/addrtot.c b/src/libfreeswan/addrtot.c index b4b853bbb..d1a338730 100644 --- a/src/libfreeswan/addrtot.c +++ b/src/libfreeswan/addrtot.c @@ -251,7 +251,7 @@ struct rtab { {"1:2::3:4", 'Q', "1:2:0:0:0:0:3:4"}, {"1:2:0:0:3:4:0:0", 0, "1:2::3:4:0:0"}, {"1.2.3.4", 'r' , "4.3.2.1.IN-ADDR.ARPA."}, - /* 0 1 2 3 4 5 6 7 8 9 a b c d e f 0 1 2 3 4 5 6 7 8 9 a b c d e f */ + /* 0 1 2 3 4 5 6 7 8 9 a b c d e f 0 1 2 3 4 5 6 7 8 9 a b c d e f */ {"1:2::3:4", 'r', "4.0.0.0.3.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.0.1.0.0.0.IP6.ARPA."}, {NULL, 0, NULL} }; |