Fix inconsistencies in coding style.

This commit is contained in:
Adam Spiers 2011-11-17 14:17:24 +00:00
parent 6ee8747c9b
commit 85f1f8619c
2 changed files with 85 additions and 115 deletions

View file

@ -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;