Author: pekka.klarck
Date: Thu Jan  8 10:09:00 2009
New Revision: 1237

Modified:
   trunk/src/robot/common/model.py

Log:
tabs -> spaces

Modified: trunk/src/robot/common/model.py
==============================================================================
--- trunk/src/robot/common/model.py     (original)
+++ trunk/src/robot/common/model.py     Thu Jan  8 10:09:00 2009
@@ -216,8 +216,8 @@
         return self.suites or self.tests

     def _filter_suite_names(self, suites):
-       try:
-               return [ self._filter_suite_name(p, s) for p, s in suites ]
+        try:
+            return [ self._filter_suite_name(p, s) for p, s in suites ]
         except StopIteration:
             return []

Reply via email to