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