mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix whitespace
This commit is contained in:
@ -245,7 +245,7 @@ sub append_to_file
|
|||||||
or die "could not write \"$filename\": $!";
|
or die "could not write \"$filename\": $!";
|
||||||
print $fh $str;
|
print $fh $str;
|
||||||
close $fh;
|
close $fh;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Check that all file/dir modes in a directory match the expected values,
|
# Check that all file/dir modes in a directory match the expected values,
|
||||||
@ -521,7 +521,7 @@ sub command_checks_all
|
|||||||
{
|
{
|
||||||
like($stderr, $re, "$test_name stderr /$re/");
|
like($stderr, $re, "$test_name stderr /$re/");
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
# src/tools/perlcheck/find_perl_files
|
# src/tools/perlcheck/find_perl_files
|
||||||
|
|
||||||
# shell function to find all perl files in the source tree
|
# shell function to find all perl files in the source tree
|
||||||
@ -11,5 +10,5 @@ find_perl_files () {
|
|||||||
find . -type f -perm -100 -exec file {} \; -print |
|
find . -type f -perm -100 -exec file {} \; -print |
|
||||||
egrep -i ':.*perl[0-9]*\>' |
|
egrep -i ':.*perl[0-9]*\>' |
|
||||||
cut -d: -f1
|
cut -d: -f1
|
||||||
} | sort -u | grep -v '^\./\.git/'
|
} | sort -u | grep -v '^\./\.git/'
|
||||||
}
|
}
|
||||||
|
@ -16,4 +16,3 @@ theme = core
|
|||||||
# for now raise severity of this to level 5
|
# for now raise severity of this to level 5
|
||||||
[Subroutines::RequireFinalReturn]
|
[Subroutines::RequireFinalReturn]
|
||||||
severity = 5
|
severity = 5
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user