Skip to content

Commit

Permalink
Multiple lines statement must be indented using 4 spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
PiBa-NL committed Jul 13, 2017
1 parent 076747c commit 601e46b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ function shellcmd_sync_package() {
}
}
if (($config['system']['shellcmd'] != $a_shellcmd) ||
($config['system']['earlyshellcmd'] != $a_earlyshellcmd) ||
($config['system']['afterfilterchangeshellcmd'] != $afterfilterchangeshellcmd)) {
($config['system']['earlyshellcmd'] != $a_earlyshellcmd) ||
($config['system']['afterfilterchangeshellcmd'] != $afterfilterchangeshellcmd)) {
/* Write the new system configuration to config.xml from scratch when done
but only if something changed */
unset($config['system']['shellcmd']);
Expand Down

0 comments on commit 601e46b

Please sign in to comment.