Changeset 11023


Ignore:
Timestamp:
03/08/10 23:18:35 (2 years ago)
Author:
adamk
Message:

Whitespace tweak

File:
1 edited

Legend:

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

    r11022 r11023  
    217217    while ( my $args = $inqueue->dequeue ) { # args is frozen [$main, $queue] 
    218218        last if $args eq 'STOP'; 
    219         my $task_queue    = Padre::SlaveDriver->new->task_queue; 
     219        my $task_queue = Padre::SlaveDriver->new->task_queue; 
    220220 
    221221        # Apply the database anti-lock, so there are no active DBI connection 
Note: See TracChangeset for help on using the changeset viewer.