From e5505de1d1be1d734ca496b7d47340e9cb064272 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 29 Mar 2018 11:27:31 -0400 Subject: [PATCH] fixed brace styling --- scripts/zmdc.pl.in | 3 +-- scripts/zmpkg.pl.in | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/zmdc.pl.in b/scripts/zmdc.pl.in index b579c6b0c..18ae27844 100644 --- a/scripts/zmdc.pl.in +++ b/scripts/zmdc.pl.in @@ -104,8 +104,7 @@ my @daemons = ( 'zmtelemetry.pl' ); -if ($Config{ZM_OPT_USE_EVENTNOTIFICATION}) -{ +if ($Config{ZM_OPT_USE_EVENTNOTIFICATION}) { push @daemons,'zmeventnotification.pl'; } diff --git a/scripts/zmpkg.pl.in b/scripts/zmpkg.pl.in index a898e0164..d772c9944 100644 --- a/scripts/zmpkg.pl.in +++ b/scripts/zmpkg.pl.in @@ -257,8 +257,7 @@ if ( $command =~ /^(?:start|restart)$/ ) { if ( $Config{ZM_TELEMETRY_DATA} ) { runCommand('zmdc.pl start zmtelemetry.pl'); } - if ($Config{ZM_OPT_USE_EVENTNOTIFICATION} ) - { + if ($Config{ZM_OPT_USE_EVENTNOTIFICATION} ) { runCommand('zmdc.pl start zmeventnotification.pl'); } if ( $Server and exists $$Server{'zmstats'} and ! $$Server{'zmstats'} ) {