]> granicus.if.org Git - postgresql/commitdiff
perltidy run prior to branching
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 30 Jun 2018 16:28:55 +0000 (12:28 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 30 Jun 2018 16:28:55 +0000 (12:28 -0400)
src/bin/pg_basebackup/t/010_pg_basebackup.pl
src/test/ssl/ServerSetup.pm
src/tools/msvc/MSBuildProject.pm
src/tools/msvc/Solution.pm
src/tools/msvc/VCBuildProject.pm
src/tools/msvc/VSObjectFactory.pm
src/tools/msvc/builddoc.pl
src/tools/msvc/dummylib/Win32/Registry.pm
src/tools/msvc/dummylib/Win32API/File.pm

index aab2e1eecff74cf10f0cb16f017ef7af50634cb1..2211d90c6f97105f097fbdf933dbe92ac5a2c0b0 100644 (file)
@@ -552,7 +552,10 @@ rmtree("$tempdir/backup_corrupt3");
 
 # do not verify checksums, should return ok
 $node->command_ok(
-       [ 'pg_basebackup', '-D', "$tempdir/backup_corrupt4", '--no-verify-checksums' ],
+       [
+               'pg_basebackup',            '-D',
+               "$tempdir/backup_corrupt4", '--no-verify-checksums'
+       ],
        'pg_basebackup with -k does not report checksum mismatch');
 rmtree("$tempdir/backup_corrupt4");
 
index 1cd3badaa1dd6f9af92c414e95863194669ab0b9..5ffc0b5385dc769ea6122d28ae0f6c80f1436780 100644 (file)
@@ -182,4 +182,4 @@ sub configure_hba_for_ssl
        return;
 }
 
-1;
\ No newline at end of file
+1;
index 948c548aede6892e6a255253276d668f1d27e9bf..47252533a1bff5ac529e0ad03d4382b6aa7e89f2 100644 (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
 {
index 7cfd5e1016078481015bdffb1659236c4d9dbe84..78db247b291b8d34ac183e5367f97e915210a22b 100644 (file)
@@ -10,7 +10,7 @@ use strict;
 use warnings;
 use VSObjectFactory;
 
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine);    ## no critic
 
 sub _new
 {
@@ -770,7 +770,7 @@ use strict;
 use warnings;
 use base qw(Solution);
 
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine);    ## no critic
 
 sub new
 {
@@ -795,7 +795,7 @@ use strict;
 use warnings;
 use base qw(Solution);
 
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine);    ## no critic
 
 sub new
 {
@@ -821,7 +821,7 @@ use strict;
 use warnings;
 use base qw(Solution);
 
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine);    ## no critic
 
 sub new
 {
@@ -847,7 +847,7 @@ use strict;
 use warnings;
 use base qw(Solution);
 
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine);    ## no critic
 
 sub new
 {
@@ -873,7 +873,7 @@ use strict;
 use warnings;
 use base qw(Solution);
 
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine);    ## no critic
 
 sub new
 {
@@ -901,7 +901,7 @@ use strict;
 use warnings;
 use base qw(Solution);
 
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine);    ## no critic
 
 sub new
 {
@@ -929,7 +929,7 @@ use strict;
 use warnings;
 use base qw(Solution);
 
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine);    ## no critic
 
 sub new
 {
index 09152b2bbc4b22f058c7efece0ffa7ccecad9bc0..6cdf822a637ac9f5678d104820c2ccd0283d32ad 100644 (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
 {
@@ -270,7 +270,7 @@ use strict;
 use warnings;
 use base qw(VCBuildProject);
 
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine);    ## no critic
 
 sub new
 {
@@ -293,7 +293,7 @@ use strict;
 use warnings;
 use base qw(VCBuildProject);
 
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine);    ## no critic
 
 sub new
 {
index 3745f8f8a1ae90473673b6f5bb9fa782defe7020..92a4fb6841f091d44fdd9104d6645e8f6b9d07ae 100644 (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
 {
index f6eb73db21208c356251290e6182a577b6fe8ae0..d93fd00ec046a230ec94bb2e365d35b09dd3ee00 100644 (file)
@@ -107,7 +107,7 @@ sub renamefiles
                move $f, $nf;
        }
        chdir $savedir;
-  return;
+       return;
 }
 
 sub missing
index 12fe0446ff173d98d3e1778158d8462de0ec909f..1433b1fb54f3cb848529be3f05c78ad15381bc9c 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use vars qw($HKEY_LOCAL_MACHINE);
 
 use Exporter ();
-our (@EXPORT,@ISA);
+our (@EXPORT, @ISA);
 @ISA    = qw(Exporter);
 @EXPORT = qw($HKEY_LOCAL_MACHINE);
 
index 34d2bd81eb8f41e550c2ff59d883365f45f3bf34..bfba9cc7d6134e26bab78b34a9ae7b207f03f883 100644 (file)
@@ -3,12 +3,12 @@ package Win32API::File;
 use strict;
 use warnings;
 
-use constant { SEM_FAILCRITICALERRORS => 1,  SEM_NOGPFAULTERRORBOX => 2 };
-sub SetErrormode {};
+use constant { SEM_FAILCRITICALERRORS => 1, SEM_NOGPFAULTERRORBOX => 2 };
+sub SetErrormode { }
 use Exporter;
-our(@ISA,@EXPORT_OK,%EXPORT_TAGS);
-@ISA = qw(Exporter);
-@EXPORT_OK = qw(SetErrorMode SEM_FAILCRITICALERRORS SEM_NOGPFAULTERRORBOX);
+our (@ISA, @EXPORT_OK, %EXPORT_TAGS);
+@ISA         = qw(Exporter);
+@EXPORT_OK   = qw(SetErrorMode SEM_FAILCRITICALERRORS SEM_NOGPFAULTERRORBOX);
 %EXPORT_TAGS = (SEM_ => [qw(SEM_FAILCRITICALERRORS SEM_NOGPFAULTERRORBOX)]);
 
 1;