various formatting, including mixes of tab and spaces detected in py3
[nepi.git] / src / nepi / execution / ec.py
index 021e06e..3f8d42f 100644 (file)
@@ -1053,7 +1053,7 @@ class ExperimentController(object):
 
         """
         if self._state == ECState.RELEASED:
-           return 
+            return 
 
         if isinstance(guids, int):
             guids = [guids]