From 6f45478f1836b760358ada10001fd1c95d66f4f7 Mon Sep 17 00:00:00 2001
From: Bob Lantz <rlantz@cs.stanford.edu>
Date: Fri, 5 Mar 2010 13:59:52 -0800
Subject: [PATCH] Removed spaces.

---
 mininet/node.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mininet/node.py b/mininet/node.py
index 005eb782..c6a88797 100644
--- a/mininet/node.py
+++ b/mininet/node.py
@@ -283,7 +283,7 @@ def MAC( self ):
             return macs[ 0 ]
         else:
             return None
-        
+
     def intfIsUp( self, port ):
         """Check if interface for a given port number is up.
            port: port number"""
-- 
GitLab