Skip to content

Commit

Permalink
Issue #1072742 by kotnik: Remove tab characters.
Browse files Browse the repository at this point in the history
  • Loading branch information
msonnabaum committed Feb 26, 2011
1 parent 1e6e65f commit b4eb893
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drush.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit b4eb893

Please sign in to comment.