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/pluto/plutomain.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/pluto/plutomain.c')
-rw-r--r-- | src/pluto/plutomain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/plutomain.c b/src/pluto/plutomain.c index 808e5f042..0de8d4d5d 100644 --- a/src/pluto/plutomain.c +++ b/src/pluto/plutomain.c @@ -129,7 +129,7 @@ static void usage(const char *mess) " [--debug-private]" " [--debug-natt]" #endif - " \\\n\t" + " \\\n\t" "[--nat_traversal] [--keep_alive <delay_sec>]" " \\\n\t" "[--force_keepalive] [--disable_port_floating]" |