From b4eb89375ade92ab2574f3ee72ff9688910d79e5 Mon Sep 17 00:00:00 2001 From: Mark Sonnabaum Date: Fri, 25 Feb 2011 18:22:13 -0600 Subject: [PATCH] Issue #1072742 by kotnik: Remove tab characters. --- drush.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drush.php b/drush.php index 6295d82780..accc228cd2 100755 --- a/drush.php +++ b/drush.php @@ -105,10 +105,10 @@ function drush_main() { // Dispatch the command(s). $return = drush_dispatch($command); - // prevent a '1' at the end of the output - if ($return === TRUE) { - $return = ''; - } + // prevent a '1' at the end of the output + if ($return === TRUE) { + $return = ''; + } if (drush_get_context('DRUSH_DEBUG')) { drush_print_timers();