From 701a47a4bbbc77bb95b807827cd1fa3d5abfe49c Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Tue, 16 Aug 2016 00:38:56 +0200 Subject: sbo*: expand non-leading tabs into spaces to align things properly --- sboremove | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sboremove') diff --git a/sboremove b/sboremove index 0317ba1..c94b3ee 100755 --- a/sboremove +++ b/sboremove @@ -40,10 +40,10 @@ EOF my ($help, $vers, $non_int, $alwaysask, @excluded); GetOptions( - 'help|h' => \$help, - 'version|v' => \$vers, - 'nointeractive' => \$non_int, - 'alwaysask|a' => \$alwaysask, + 'help|h' => \$help, + 'version|v' => \$vers, + 'nointeractive' => \$non_int, + 'alwaysask|a' => \$alwaysask, ); if ($help) { show_usage(); exit 0 } -- cgit v1.2.3