summaryrefslogtreecommitdiff
path: root/opencl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-07-22 18:46:55 +0300
committerTor Lillqvist <tml@collabora.com>2016-07-22 18:59:59 +0300
commitdbdfd36f8a176780115ed5f3a44b19ab90c2396c (patch)
treee2456c7ec670af68a690d9892c270a1705921ffc /opencl
parent61351e3e0dfe0ff809a7074bf06f32b3af15085f (diff)
SAL_DETAIL_WHERE already ends with a space
Change-Id: I273e0e4301246122bd9e02556b771dc485877350
Diffstat (limited to 'opencl')
-rw-r--r--opencl/source/openclwrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/opencl/source/openclwrapper.cxx b/opencl/source/openclwrapper.cxx
index 9156ec26154e..d763dcc22848 100644
--- a/opencl/source/openclwrapper.cxx
+++ b/opencl/source/openclwrapper.cxx
@@ -49,7 +49,7 @@
#define CHECK_OPENCL(status,name) \
if( status != CL_SUCCESS ) \
{ \
- SAL_WARN( "opencl", "OpenCL error code " << status << " at " SAL_DETAIL_WHERE " from " name ); \
+ SAL_WARN( "opencl", "OpenCL error code " << status << " at " SAL_DETAIL_WHERE "from " name ); \
return false; \
}