mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
whitespace
This commit is contained in:
parent
d9d99d3c34
commit
38265747c5
@ -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(); }
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user