summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2017-01-09 15:41:53 +0000
committerAron Budea <aron.budea@collabora.com>2017-02-16 12:01:43 +0000
commitb39a185c68075b64d5e9a1b024f7a6f901a36ba5 (patch)
tree1143161828d15796a167886b09f0d27f36c3e405
parent42fc8bbcab276259e8b6b6e6384f0d2af4422b99 (diff)
Fix strange whitespace related compiler warning.distro/collabora/cp-4.3
Change-Id: I715db29afde57ffc8fe99614507bce5675f07a6a Reviewed-on: https://gerrit.libreoffice.org/33180 Reviewed-by: Aron Budea <aron.budea@collabora.com> Tested-by: Aron Budea <aron.budea@collabora.com>
-rw-r--r--external/curl/curl-7.26.0_win-proxy.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/curl/curl-7.26.0_win-proxy.patch b/external/curl/curl-7.26.0_win-proxy.patch
index 580479ae4aa2..7aea9c020e5a 100644
--- a/external/curl/curl-7.26.0_win-proxy.patch
+++ b/external/curl/curl-7.26.0_win-proxy.patch
@@ -27,7 +27,7 @@
}
+#ifdef WIN32
-+static char* wstrToCstr( LPWSTR wStr )
++static char* wstrToCstr(LPWSTR wStr)
+{
+ int bufSize;
+ char* out = NULL;