From 597b93798a804cde1783d6d2ab53b348d57c44cd Mon Sep 17 00:00:00 2001
From: Tom Rondeau <tom@trondeau.com>
Date: Mon, 7 Jul 2014 12:18:00 -0400
Subject: Removing trailing/extra whitespaces before release.

We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
---
 grc/python/Port.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'grc/python/Port.py')

diff --git a/grc/python/Port.py b/grc/python/Port.py
index b82995cf6f..68e851f8c9 100644
--- a/grc/python/Port.py
+++ b/grc/python/Port.py
@@ -84,7 +84,7 @@ class Port(_Port, _GUIPort):
     def __init__(self, block, n, dir):
         """
         Make a new port from nested data.
-        
+
         Args:
             block: the parent element
             n: the nested odict
@@ -167,7 +167,7 @@ class Port(_Port, _GUIPort):
         """
         Get the vector length.
         If the evaluation of vlen cannot be cast to an integer, return 1.
-        
+
         Returns:
             the vector length or 1
         """
@@ -180,7 +180,7 @@ class Port(_Port, _GUIPort):
         Get the number of ports.
         If already blank, return a blank
         If the evaluation of nports cannot be cast to a positive integer, return 1.
-        
+
         Returns:
             the number of ports or 1
         """
@@ -198,7 +198,7 @@ class Port(_Port, _GUIPort):
         """
         Get the color that represents this port's type.
         Codes differ for ports where the vec length is 1 or greater than 1.
-        
+
         Returns:
             a hex color code.
         """
-- 
cgit v1.2.3