summaryrefslogtreecommitdiff
path: root/lib/net/ssh/transport/packet_stream.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/ssh/transport/packet_stream.rb')
-rw-r--r--lib/net/ssh/transport/packet_stream.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/transport/packet_stream.rb b/lib/net/ssh/transport/packet_stream.rb
index fc07ea1..a4120d4 100644
--- a/lib/net/ssh/transport/packet_stream.rb
+++ b/lib/net/ssh/transport/packet_stream.rb
@@ -80,7 +80,7 @@ module Net
# available or not, and will return nil if there is no packet ready to be
# returned. If the mode parameter is :block, then this method will block
# until a packet is available or timeout seconds have passed.
- def next_packet(mode=:nonblock, timeout=nil)
+ def next_packet(mode = :nonblock, timeout = nil)
case mode
when :nonblock then
packet = poll_next_packet