diff --git a/CEP/Pipeline/recipes/sip/bin/pulsar_pipeline.py b/CEP/Pipeline/recipes/sip/bin/pulsar_pipeline.py
index 2d1990dd774b4a69826c741f380699fac96fab7d..215f2253f52ffe11666ec050401601a5d2efcfc0 100755
--- a/CEP/Pipeline/recipes/sip/bin/pulsar_pipeline.py
+++ b/CEP/Pipeline/recipes/sip/bin/pulsar_pipeline.py
@@ -160,7 +160,7 @@ class pulsar_pipeline(control):
         self.logger.debug("Starting pulp with: " + join(sys.argv))
         p = pulp.pulp(self) # TODO: MUCK self to capture the API
 
-	# NOTE: PULP returns 0 on SUCCESS!!
+        # NOTE: PULP returns 0 on SUCCESS!!
         if p.go():
           self.logger.error("PULP did not succeed. Bailing out!")
           return 1