diff options
author | Martin Willi <martin@strongswan.org> | 2009-09-04 14:58:05 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-09-04 15:00:19 +0200 |
commit | b9b8a98f472aed6c60dd992ad97776eaa188ea9e (patch) | |
tree | 23d2a960db77b4e30ab985c9a00bd99d0950ef0e /src/openac/openac.c | |
parent | 323f9f990fb28583bfaaaad04f9934c0f0e62052 (diff) | |
download | strongswan-b9b8a98f472aed6c60dd992ad97776eaa188ea9e.tar.bz2 strongswan-b9b8a98f472aed6c60dd992ad97776eaa188ea9e.tar.xz |
remove spaces within tabs (\t( )+\t)
Diffstat (limited to 'src/openac/openac.c')
-rwxr-xr-x | src/openac/openac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openac/openac.c b/src/openac/openac.c index 65c30e9a1..99af1774f 100755 --- a/src/openac/openac.c +++ b/src/openac/openac.c @@ -272,7 +272,7 @@ int main(int argc, char **argv) break; case 0: /* long option already handled */ - continue; + continue; case ':': /* diagnostic already printed by getopt_long */ case '?': /* diagnostic already printed by getopt_long */ @@ -303,7 +303,7 @@ int main(int argc, char **argv) status = 1; goto end; } - } + } continue; case 'q': /* --quiet */ |