From 4fde24a132922e0cbc45b49682022a519e2c13de Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Sat, 3 Oct 2015 13:41:25 +0000 Subject: [PATCH] fhem.pl: small reformatting git-svn-id: https://svn.fhem.de/fhem/trunk@9356 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/fhem.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fhem/fhem.pl b/fhem/fhem.pl index 9b280ca6a..00620ca6f 100755 --- a/fhem/fhem.pl +++ b/fhem/fhem.pl @@ -2640,8 +2640,9 @@ CommandVersion($$) ($param && $m !~ /$param/)); Log 4, "Looking for SVN Id in module $m"; my $fn = "$attr{global}{modpath}/FHEM/".$modules{$m}{ORDER}."_$m.pm"; - if($max < length($modules{$m}{ORDER}."_$m.pm")) - { $max = length($modules{$m}{ORDER}."_$m.pm") } + if($max < length($modules{$m}{ORDER}."_$m.pm")) { + $max = length($modules{$m}{ORDER}."_$m.pm") + } if(!open(FH, $fn)) { my $ret = "$fn: $!"; if(configDBUsed()){