From 163a6cf3dd9ff3f799dbfadb67dd8cdb6b8d8b77 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Thu, 15 Nov 2012 22:56:24 -0800 Subject: [PATCH] Fix whitespace error. --- mininet/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mininet/node.py b/mininet/node.py index 48ef1af..2c3b0c8 100644 --- a/mininet/node.py +++ b/mininet/node.py @@ -146,7 +146,7 @@ class Node( object ): self.shell = None # Subshell I/O, commands and control - + def read( self, maxbytes=1024 ): """Buffered read from node, non-blocking. maxbytes: maximum number of bytes to return"""