From 76ece169746f50652771a9fa9adc66d207e9d6f7 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 26 Apr 2018 14:13:46 -0400 Subject: perltidy: Add option --nooutdent-long-comments --- src/tools/msvc/VSObjectFactory.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tools/msvc/VSObjectFactory.pm') diff --git a/src/tools/msvc/VSObjectFactory.pm b/src/tools/msvc/VSObjectFactory.pm index d774f69b8b2..eea59c5e4fc 100644 --- a/src/tools/msvc/VSObjectFactory.pm +++ b/src/tools/msvc/VSObjectFactory.pm @@ -54,7 +54,7 @@ sub CreateSolution return new VS2015Solution(@_); } -# visual 2017 hasn't changed the nmake version to 15, so adjust the check to support it. + # visual 2017 hasn't changed the nmake version to 15, so adjust the check to support it. elsif (($visualStudioVersion ge '14.10') or ($visualStudioVersion eq '15.00')) { @@ -101,7 +101,7 @@ sub CreateProject return new VC2015Project(@_); } -# visual 2017 hasn't changed the nmake version to 15, so adjust the check to support it. + # visual 2017 hasn't changed the nmake version to 15, so adjust the check to support it. elsif (($visualStudioVersion ge '14.10') or ($visualStudioVersion eq '15.00')) { @@ -137,7 +137,7 @@ sub _GetVisualStudioVersion { my ($major, $minor) = @_; -# visual 2017 hasn't changed the nmake version to 15, so still using the older version for comparison. + # visual 2017 hasn't changed the nmake version to 15, so still using the older version for comparison. if ($major > 14) { carp -- cgit v1.2.3