diff options
author | Andrew Dunstan | 2018-06-30 16:28:55 +0000 |
---|---|---|
committer | Andrew Dunstan | 2018-06-30 16:28:55 +0000 |
commit | d8421390996dcd762383a28e57d1f3f16cc5f76f (patch) | |
tree | c03af54a5d991aaafaf40e9f83b30966bcbf929d /src/tools/msvc/VCBuildProject.pm | |
parent | 1e9c8580904625576871eeb2efec7f04d4c3bc1c (diff) |
perltidy run prior to branching
Diffstat (limited to 'src/tools/msvc/VCBuildProject.pm')
-rw-r--r-- | src/tools/msvc/VCBuildProject.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/msvc/VCBuildProject.pm b/src/tools/msvc/VCBuildProject.pm index 09152b2bbc4..6cdf822a637 100644 --- a/src/tools/msvc/VCBuildProject.pm +++ b/src/tools/msvc/VCBuildProject.pm @@ -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 { |