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 +++++----- sboinstall | 36 ++++++++++++++++++------------------ sboremove | 8 ++++---- sboupgrade | 18 +++++++++--------- 4 files changed, 36 insertions(+), 36 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 } diff --git a/sboinstall b/sboinstall index f0e6799..ad0b208 100755 --- a/sboinstall +++ b/sboinstall @@ -53,15 +53,15 @@ my $jobs = $config{JOBS}; my ($help, $vers, $no_install, $non_int, $no_reqs, $compat32); GetOptions( - 'help|h' => \$help, - 'version|v' => \$vers, - 'noclean|c=s' => \$noclean, - 'distclean|d=s' => \$distclean, - 'noinstall|i' => \$no_install, - 'jobs|j=s' => \$jobs, - 'compat32|p' => \$compat32, - 'nointeractive|r' => \$non_int, - 'norequirements|R' => \$no_reqs, + 'help|h' => \$help, + 'version|v' => \$vers, + 'noclean|c=s' => \$noclean, + 'distclean|d=s' => \$distclean, + 'noinstall|i' => \$no_install, + 'jobs|j=s' => \$jobs, + 'compat32|p' => \$compat32, + 'nointeractive|r' => \$non_int, + 'norequirements|R' => \$no_reqs, ); if ($help) { show_usage(); exit 0 } @@ -184,15 +184,15 @@ unless ($non_int) { } my ($failures, $exit) = process_sbos( - TODO => $build_queue, - CMDS => \%commands, - OPTS => \%options, - JOBS => $jobs, - LOCATIONS => \%locations, - NOINSTALL => $no_install, - NOCLEAN => $noclean, - DISTCLEAN => $distclean, - NON_INT => $non_int, + TODO => $build_queue, + CMDS => \%commands, + OPTS => \%options, + JOBS => $jobs, + LOCATIONS => \%locations, + NOINSTALL => $no_install, + NOCLEAN => $noclean, + DISTCLEAN => $distclean, + NON_INT => $non_int, ); print_failures($failures); 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 } diff --git a/sboupgrade b/sboupgrade index 234ed53..91581ab 100755 --- a/sboupgrade +++ b/sboupgrade @@ -205,15 +205,15 @@ unless ($non_int) { } my ($failures, $exit) = process_sbos( - TODO => $upgrade_queue, - CMDS => \%commands, - OPTS => \%options, - JOBS => $jobs, - LOCATIONS => \%locations, - NOINSTALL => $no_install, - NOCLEAN => $noclean, - DISTCLEAN => $distclean, - NON_INT => $non_int, + TODO => $upgrade_queue, + CMDS => \%commands, + OPTS => \%options, + JOBS => $jobs, + LOCATIONS => \%locations, + NOINSTALL => $no_install, + NOCLEAN => $noclean, + DISTCLEAN => $distclean, + NON_INT => $non_int, ); print_failures($failures); -- cgit v1.2.3