brace style and layout
parent
32472c02eb
commit
ccf14b185e
|
@ -419,7 +419,10 @@ sub git_sha1 (;$) {
|
|||
'--', $file);
|
||||
if ($sha1) {
|
||||
($sha1) = $sha1 =~ m/($sha1_pattern)/; # sha1 is untainted now
|
||||
} else { debug("Empty sha1sum for '$file'.") }
|
||||
}
|
||||
else {
|
||||
debug("Empty sha1sum for '$file'.");
|
||||
}
|
||||
return defined $sha1 ? $sha1 : q{};
|
||||
}
|
||||
|
||||
|
|
|
@ -558,7 +558,8 @@ sub rcs_recentchanges ($) {
|
|||
# from the changelog
|
||||
if ($cert->{key} eq $config{mtnkey}) {
|
||||
$committype = "web";
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
$committype = "mtn";
|
||||
}
|
||||
} elsif ($cert->{name} eq "date") {
|
||||
|
|
Loading…
Reference in New Issue