From 1d272d663cf33a9e16dd70f1b4f77778863ec763 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 9 Jan 2014 10:23:22 +0200 Subject: WaE [loplugin]: statement aligned as second statement in if body ... Change-Id: I8f116910f002929f64bc56afe740a7fee1ea7c90 --- sc/source/core/opencl/formulagroupcl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit