Ignore:
Timestamp:
02/07/10 10:12:19 (2 years ago)
Author:
azawawi
Message:

Perl tidy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Task.pm

    r10575 r10599  
    153153    return $self; 
    154154} 
     155 
    155156=head2 schedule 
    156157 
     
    165166SCOPE: { 
    166167    my $event_hooks_initialized = 0; 
     168 
    167169    sub schedule { 
    168170        my $self = shift; 
    169         if (not $event_hooks_initialized) { 
     171        if ( not $event_hooks_initialized ) { 
    170172            $event_hooks_initialized = 1; 
    171173            my $main = Padre->ide->wx; 
     
    428430    @_ = (); # hack to avoid "Scalars leaked" 
    429431    my $main = $wx->main; 
    430     my $out = $main->output(); 
     432    my $out  = $main->output(); 
    431433    $main->show_output(1); 
    432434    $out->style_neutral(); 
     
    440442    @_ = (); # hack to avoid "Scalars leaked" 
    441443    my $main = $wx->main; 
    442     my $out = $main->output(); 
     444    my $out  = $main->output(); 
    443445    $main->show_output(1); 
    444446    $out->style_bad(); 
Note: See TracChangeset for help on using the changeset viewer.