1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-22 21:53:06 +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

@@ -11,7 +11,7 @@ use strict;
use warnings;
use base qw(Project);
no warnings qw(redefine); ## no critic
no warnings qw(redefine); ## no critic
sub _new
{
@@ -401,7 +401,7 @@ use strict;
use warnings;
use base qw(MSBuildProject);
no warnings qw(redefine); ## no critic
no warnings qw(redefine); ## no critic
sub new
{
@@ -424,7 +424,7 @@ use strict;
use warnings;
use base qw(MSBuildProject);
no warnings qw(redefine); ## no critic
no warnings qw(redefine); ## no critic
sub new
{
@@ -470,7 +470,7 @@ use strict;
use warnings;
use base qw(VC2012Project);
no warnings qw(redefine); ## no critic
no warnings qw(redefine); ## no critic
sub new
{
@@ -495,7 +495,7 @@ use strict;
use warnings;
use base qw(VC2012Project);
no warnings qw(redefine); ## no critic
no warnings qw(redefine); ## no critic
sub new
{
@@ -520,7 +520,7 @@ use strict;
use warnings;
use base qw(VC2012Project);
no warnings qw(redefine); ## no critic
no warnings qw(redefine); ## no critic
sub new
{