Fix inconsistencies in coding style.
This commit is contained in:
parent
6ee8747c9b
commit
85f1f8619c
2 changed files with 85 additions and 115 deletions
|
@ -75,7 +75,7 @@ sub make_file {
|
|||
or die "could not create file: $path ($!)\n";
|
||||
close $FILE;
|
||||
}
|
||||
elsif ( not -f $path) {
|
||||
elsif (not -f $path) {
|
||||
die "a non-file already exists at $path\n";
|
||||
}
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue