1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

perltidy run prior to branching

This commit is contained in:
Andrew Dunstan
2018-06-30 12:28:55 -04:00
parent 1e9c858090
commit d842139099
9 changed files with 30 additions and 27 deletions

View File

@ -20,7 +20,7 @@ our (@ISA, @EXPORT);
@ISA = qw(Exporter);
@EXPORT = qw(CreateSolution CreateProject DetermineVisualStudioVersion);
no warnings qw(redefine); ## no critic
no warnings qw(redefine); ## no critic
sub CreateSolution
{