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

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
hyahiaoui-ext committed Oct 21, 2022
1 parent 3e35e23 commit 6e3756d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/class/centreon-clapi/centreonAPI.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ public function initXML()
*/
public function launchAction($exit = true)
{
$action = htmlspecialchars(strtoupper($this->action), ENT_QUOTES, 'UTF-8');
$action = htmlspecialchars(strtoupper($this->action),ENT_QUOTES, 'UTF-8');

/**
* Debug
Expand Down Expand Up @@ -834,7 +834,7 @@ public function import($filename)

public function launchActionForImport()
{
$action = htmlspecialchars(strtoupper($this->action), ENT_QUOTES, 'UTF-8');
$action = htmlspecialchars(strtoupper($this->action), ENT_QUOTES, 'UTF-8');
/**
* Debug
*/
Expand Down

0 comments on commit 6e3756d

Please sign in to comment.