Skip to content
This repository was archived by the owner on Dec 13, 2022. It is now read-only.

Commit 45282de

Browse files
committed
fix spacing
1 parent 3e35e23 commit 45282de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/class/centreon-clapi/centreonAPI.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ public function initXML()
716716
*/
717717
public function launchAction($exit = true)
718718
{
719-
$action = htmlspecialchars(strtoupper($this->action), ENT_QUOTES, 'UTF-8');
719+
$action = htmlspecialchars(strtoupper($this->action),ENT_QUOTES, 'UTF-8');
720720

721721
/**
722722
* Debug
@@ -834,7 +834,7 @@ public function import($filename)
834834

835835
public function launchActionForImport()
836836
{
837-
$action = htmlspecialchars(strtoupper($this->action), ENT_QUOTES, 'UTF-8');
837+
$action = htmlspecialchars(strtoupper($this->action), ENT_QUOTES, 'UTF-8');
838838
/**
839839
* Debug
840840
*/

0 commit comments

Comments
 (0)