Skip to content

Commit

Permalink
Fixing checkstyle warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisLandry committed Sep 21, 2011
1 parent 5f73eb9 commit 145975f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/joomla/application/cli/daemon.php
Expand Up @@ -258,7 +258,7 @@ public function isActive()
* @since 11.1
*/
public function loadConfiguration($data)
{
{
// Execute the parent load method.
parent::loadConfiguration($data);

Expand Down Expand Up @@ -797,7 +797,7 @@ protected function pcntlFork()
*/
protected function pcntlSignal($signal , $handler, $restart = true)
{
return pcntl_signal($signal , $handler, $restart);
return pcntl_signal($signal, $handler, $restart);
}

/**
Expand Down

0 comments on commit 145975f

Please sign in to comment.