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/extract_docs.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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

diff --git a/grc/python/extract_docs.py b/grc/python/extract_docs.py
index b3b87e64ca..47b2820a1f 100644
--- a/grc/python/extract_docs.py
+++ b/grc/python/extract_docs.py
@@ -23,10 +23,10 @@ def _extract(key):
     """
     Extract the documentation from the python __doc__ strings.
     If multiple modules match, combine the docs.
-    
+
     Args:
         key: the block key
-    
+
     Returns:
         a string with documentation
     """
@@ -58,10 +58,10 @@ _docs_cache = dict()
 def extract(key):
     """
     Call the private extract and cache the result.
-    
+
     Args:
         key: the block key
-    
+
     Returns:
         a string with documentation
     """
-- 
cgit v1.2.3