Kaydet (Commit) 1d272d66 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE [loplugin]: statement aligned as second statement in if body ...

Change-Id: I8f116910f002929f64bc56afe740a7fee1ea7c90
üst 0d7c2ca0
...@@ -1153,7 +1153,7 @@ public: ...@@ -1153,7 +1153,7 @@ public:
&err); &err);
if (err != CL_SUCCESS) if (err != CL_SUCCESS)
throw OpenCLError(err, __FILE__, __LINE__); throw OpenCLError(err, __FILE__, __LINE__);
for (int i=0 ; i < w; i++) for (int i=0 ; i < w; i++)
pAllBuffer[i+w] = resbuf[i]; pAllBuffer[i+w] = resbuf[i];
err = clEnqueueUnmapMemObject(kEnv.mpkCmdQueue, mpClmem2, resbuf, 0, NULL, NULL); err = clEnqueueUnmapMemObject(kEnv.mpkCmdQueue, mpClmem2, resbuf, 0, NULL, NULL);
if (mpClmem2) if (mpClmem2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment