diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php
index 489262eb1a83effe4d2933220bf3096cb9d2045f..28c54db1f9e02f36fc2d3eddffcef0c2fb30f465 100644
--- a/htdocs/comm/action/class/actioncomm.class.php
+++ b/htdocs/comm/action/class/actioncomm.class.php
@@ -532,7 +532,6 @@ class ActionComm extends CommonObject
         $error=0;
 
         $this->db->begin();
-        
 
         $sql = "DELETE FROM ".MAIN_DB_PREFIX."actioncomm";
         $sql.= " WHERE id=".$this->id;