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 --- sboclean | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sboclean') 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 } -- cgit v1.2.3