mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
fhem.pl: small reformatting
git-svn-id: https://svn.fhem.de/fhem/trunk@9356 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
125d02108a
commit
5dc7bddba4
@ -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()){
|
||||
|
Loading…
x
Reference in New Issue
Block a user