From d2ca9a52792e537d2744e5828e63b41b1576bad9 Mon Sep 17 00:00:00 2001
From:  <y.2011@wcm-solutions.de>
Date: Mon, 4 Jul 2005 19:14:34 +0000
Subject: [PATCH] synced whitespace with Zope-2_8-branch

---
 lib/python/Products/ZCTextIndex/ZCTextIndex.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/python/Products/ZCTextIndex/ZCTextIndex.py b/lib/python/Products/ZCTextIndex/ZCTextIndex.py
index 4e4e1b2e2..66576158a 100644
--- a/lib/python/Products/ZCTextIndex/ZCTextIndex.py
+++ b/lib/python/Products/ZCTextIndex/ZCTextIndex.py
@@ -186,7 +186,7 @@ class ZCTextIndex(Persistent, Acquisition.Implicit, SimpleItem):
                 continue
             # To index each attribute separately, we could use the
             # following line, but we have preferred to make a single
-            # call to  index_doc()  for all attributes together.  
+            # call to index_doc() for all attributes together.
             # res += self.index.index_doc(documentId, text)
             if text:
                 if isinstance(text, (list, tuple, )):
@@ -198,7 +198,7 @@ class ZCTextIndex(Persistent, Acquisition.Implicit, SimpleItem):
         all_texts = filter(lambda text: isinstance(text, basestring), \
                            all_texts)
         if all_texts:
-            return self.index.index_doc(documentId, all_texts)            
+            return self.index.index_doc(documentId, all_texts)
         return res
 
     def unindex_object(self, docid):
-- 
2.30.9