diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-01-09 10:23:22 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-01-09 10:23:22 +0200 |
commit | 1d272d663cf33a9e16dd70f1b4f77778863ec763 (patch) | |
tree | 5b428771efd8b2b88846a44f968b37dfb66a16f8 /sc/source | |
parent | 0d7c2ca065e0b0204f1e84ffe624b89d760d1ca8 (diff) |
WaE [loplugin]: statement aligned as second statement in if body ...
Change-Id: I8f116910f002929f64bc56afe740a7fee1ea7c90
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/core/opencl/formulagroupcl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx index dbedfa29d40d..9e31fd84bdd1 100644 --- a/sc/source/core/opencl/formulagroupcl.cxx +++ b/sc/source/core/opencl/formulagroupcl.cxx @@ -1153,7 +1153,7 @@ public: &err); if (err != CL_SUCCESS) throw OpenCLError(err, __FILE__, __LINE__); - for (int i=0 ; i < w; i++) + for (int i=0 ; i < w; i++) pAllBuffer[i+w] = resbuf[i]; err = clEnqueueUnmapMemObject(kEnv.mpkCmdQueue, mpClmem2, resbuf, 0, NULL, NULL); if (mpClmem2) |