Remove extraneous leading whitespace in Windows build script.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1ad83738d0cd9b9af9a8f695eb9acc327a02c18b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-06-13T15:50:34Z
Releases: 9.5.4
Remove extraneous leading whitespace in Windows build script.

Apparently, at least some versions of Microsoft's shell fail on variable
assignments that have leading whitespace.  This instance, introduced in
commit 680513ab7, managed to escape notice for awhile because it's only
invoked if building with OpenSSL.  Per bug #14185 from Torben Dannhauer.

Report: <20160613140119.5798.78501@wrigleys.postgresql.org>

Files

PathChange+/−
src/interfaces/libpq/win32.mak modified +2 −1