CRM-12595 fix formatting in remaing files
[civicrm-core.git] / CRM / Queue / Runner.php
index d73f91f58b4b121e07fe7504065092606f312041..7500de6fe7f3f18b3ef102edd8e6111843a03f2f 100644 (file)
@@ -141,7 +141,7 @@ class CRM_Queue_Runner {
       // setRaiseException should't be necessary here, but there's a bug
       // somewhere which causes this setting to be lost.  Observed while
       // upgrading 4.0=>4.2.  This preference really shouldn't be a global
-      // setting -- it should be more of a contextual/stack-based setting. 
+      // setting -- it should be more of a contextual/stack-based setting.
       // This should be appropriate because queue-runners are not used with
       // basic web pages -- they're used with CLI/REST/AJAX.
       $errorScope = CRM_Core_TemporaryErrorScope::useException();