mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-18 10:28:12 +08:00
whitespace
This commit is contained in:
@@ -37,9 +37,9 @@ if($options{stream})
|
||||
$options{stream} = undef;
|
||||
}
|
||||
|
||||
$dataQueue = Thread::Queue->new();
|
||||
my $addThr = threads->create(\&mainThread);
|
||||
my $plotThr = threads->create(\&plotThread);
|
||||
$dataQueue = Thread::Queue->new();
|
||||
my $addThr = threads->create(\&mainThread);
|
||||
my $plotThr = threads->create(\&plotThread);
|
||||
|
||||
while(<>)
|
||||
{
|
||||
@@ -61,9 +61,7 @@ if($options{stream})
|
||||
$addThr->join();
|
||||
}
|
||||
else
|
||||
{
|
||||
mainThread();
|
||||
}
|
||||
{ mainThread(); }
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user