Fix indentation in previous patch.
(cherry picked from commit 991d7d7582)
This commit is contained in:
parent
c06e2790a7
commit
ba3856ebb0
|
|
@ -408,9 +408,10 @@ NexusSet* NetEvWait::nex_input(bool rem_out)
|
||||||
{
|
{
|
||||||
NexusSet*result;
|
NexusSet*result;
|
||||||
if (statement_)
|
if (statement_)
|
||||||
result = statement_->nex_input(rem_out);
|
result = statement_->nex_input(rem_out);
|
||||||
else
|
else
|
||||||
result = new NexusSet;
|
result = new NexusSet;
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue