Fix indentation in previous patch.

(cherry picked from commit 991d7d7582)
This commit is contained in:
Martin Whitaker 2016-10-20 16:25:34 +01:00
parent c06e2790a7
commit ba3856ebb0
1 changed files with 3 additions and 2 deletions

View File

@ -411,6 +411,7 @@ NexusSet* NetEvWait::nex_input(bool rem_out)
result = statement_->nex_input(rem_out);
else
result = new NexusSet;
return result;
}