From eca0637c8150d3d1c08a60c64d7ee16eaea4b198 Mon Sep 17 00:00:00 2001 From: DRC Date: Thu, 6 Nov 2014 09:32:38 +0000 Subject: [PATCH] Remove trailing spaces git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.4.x@1412 632fc199-4ca6-4c93-a231-07263d6284db --- jcdctmgr.c | 2 +- release/libjpeg-turbo.nsi.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jcdctmgr.c b/jcdctmgr.c index 78935729..7d4d3a06 100644 --- a/jcdctmgr.c +++ b/jcdctmgr.c @@ -446,7 +446,7 @@ quantize (JCOEFPTR coef_block, DCTELEM * divisors, DCTELEM * workspace) temp = -temp; temp += qval>>1; /* for rounding */ DIVIDE_BY(temp, qval); - temp = -temp; + temp = -temp; } else { temp += qval>>1; /* for rounding */ DIVIDE_BY(temp, qval); diff --git a/release/libjpeg-turbo.nsi.in b/release/libjpeg-turbo.nsi.in index 0514565c..c3941fe4 100755 --- a/release/libjpeg-turbo.nsi.in +++ b/release/libjpeg-turbo.nsi.in @@ -46,7 +46,7 @@ Section "@CMAKE_PROJECT_NAME@ SDK for @INST_PLATFORM@ (required)" File "@CMAKE_BINARY_DIR@\${BUILDDIR}turbojpeg.dll" !endif !ifdef GCC - File "/oname=libjpeg-@DLL_VERSION@.dll" "@CMAKE_BINARY_DIR@\sharedlib\libjpeg-*.dll" + File "/oname=libjpeg-@DLL_VERSION@.dll" "@CMAKE_BINARY_DIR@\sharedlib\libjpeg-*.dll" !else File "@CMAKE_BINARY_DIR@\sharedlib\${BUILDDIR}jpeg@DLL_VERSION@.dll" !endif