summaryrefslogtreecommitdiffstats
path: root/clew
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-09 10:00:43 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-09 10:00:43 +0100
commit81c5f8c26759c22b332f3a9d730be7fe5b0289fd (patch)
tree210eb0dc29dc78a529ab3d4a85b926fd414e5586 /clew
parentclew: Fix line endings from CRLF to LF (diff)
downloadcore-81c5f8c26759c22b332f3a9d730be7fe5b0289fd.tar.gz
core-81c5f8c26759c22b332f3a9d730be7fe5b0289fd.zip
clew: Untabify, remove spurious spaces at line ends
Change-Id: I4bdcc848ffcd4084d0f8ed6bf3de59c5feab6dd8
Diffstat (limited to 'clew')
-rw-r--r--clew/source/clew.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clew/source/clew.c b/clew/source/clew.c
index 926554a44a94..e885dee9b2d1 100644
--- a/clew/source/clew.c
+++ b/clew/source/clew.c
@@ -23,7 +23,7 @@
#define CLCC_DYNLIB_IMPORT GetProcAddress
#else
#include <dlfcn.h>
-
+
typedef void* CLCC_DYNLIB_HANDLE;
#define CLCC_DYNLIB_OPEN(path) dlopen(path, RTLD_NOW | RTLD_GLOBAL)
@@ -314,7 +314,7 @@ const char* clewErrorString(cl_int error)
, "CL_INVALID_GLOBAL_WORK_SIZE" // -63
};
- if ( (error > 0)
+ if ( (error > 0)
|| (error < -63)
)
{