Skip to content

Commit

Permalink
Fix file spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
gmunoz committed Sep 14, 2016
1 parent 34e32c1 commit f29ac3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Net/Cmd.pm
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ sub getline {
if ( defined($timeout) ) {
redo if ($pending = $timeout - ( time - $initial ) ) > 0;
$cmd->_set_status_timeout;
return;
return;
}
redo;
}
Expand Down

0 comments on commit f29ac3c

Please sign in to comment.