aboutsummaryrefslogtreecommitdiff
path: root/sboclean
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-08-16 00:38:56 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-08-16 00:38:56 +0200
commit701a47a4bbbc77bb95b807827cd1fa3d5abfe49c (patch)
treef56b2309afc67bf981bfd8a0c87eb76a970e0ca3 /sboclean
parentfb84f53326c46700e8fc5c383f0a7a3425177c58 (diff)
downloadsbotools2-701a47a4bbbc77bb95b807827cd1fa3d5abfe49c.tar.xz
sbo*: expand non-leading tabs into spaces to align things properly
Diffstat (limited to 'sboclean')
-rwxr-xr-xsboclean10
1 files changed, 5 insertions, 5 deletions
diff --git a/sboclean b/sboclean
index 82f06e4..ae39ff2 100755
--- a/sboclean
+++ b/sboclean
@@ -43,11 +43,11 @@ EOF
my ($help, $vers, $clean_dist, $clean_work, $interactive);
GetOptions(
- 'help|h' => \$help,
- 'version|v' => \$vers,
- 'clean-dist|d' => \$clean_dist,
- 'clean-work|w' => \$clean_work,
- 'interactive|i' => \$interactive,
+ 'help|h' => \$help,
+ 'version|v' => \$vers,
+ 'clean-dist|d' => \$clean_dist,
+ 'clean-work|w' => \$clean_work,
+ 'interactive|i' => \$interactive,
);
if ($help) { show_usage(); exit 0 }