fhem.pl: small reformatting

git-svn-id: https://svn.fhem.de/fhem/trunk@9356 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-10-03 13:41:25 +00:00
parent 125d02108a
commit 5dc7bddba4

View File

@ -2640,8 +2640,9 @@ CommandVersion($$)
($param && $m !~ /$param/)); ($param && $m !~ /$param/));
Log 4, "Looking for SVN Id in module $m"; Log 4, "Looking for SVN Id in module $m";
my $fn = "$attr{global}{modpath}/FHEM/".$modules{$m}{ORDER}."_$m.pm"; my $fn = "$attr{global}{modpath}/FHEM/".$modules{$m}{ORDER}."_$m.pm";
if($max < length($modules{$m}{ORDER}."_$m.pm")) if($max < length($modules{$m}{ORDER}."_$m.pm")) {
{ $max = length($modules{$m}{ORDER}."_$m.pm") } $max = length($modules{$m}{ORDER}."_$m.pm")
}
if(!open(FH, $fn)) { if(!open(FH, $fn)) {
my $ret = "$fn: $!"; my $ret = "$fn: $!";
if(configDBUsed()){ if(configDBUsed()){