summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-04 09:46:39 +0200
committerTor Lillqvist <tml@collabora.com>2013-11-04 09:48:37 +0200
commita39ff54b7621f4bc214b86674e0eb4b7e6612ebc (patch)
tree342c605d504fbc402c7e057af2692e0bf7a609e6 /sc
parent38a23d68f77329e75eb6fe51c181e3f4e285968f (diff)
WaE: statement aligned ... [loplugin]
Change-Id: I90613943b2d9fda6286f85a2b45655055ba30b6e
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/opencl/op_financial.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/opencl/op_financial.cxx b/sc/source/core/opencl/op_financial.cxx
index b5b9a5c6b616..bd50fdbc6f7b 100644
--- a/sc/source/core/opencl/op_financial.cxx
+++ b/sc/source/core/opencl/op_financial.cxx
@@ -2761,7 +2761,7 @@ void OpCoupnum::GenSlidingWindowFunction(std::stringstream &ss,
for (unsigned i = 0; i < vSubArguments.size(); i++)
{
if (i)
- ss << ",";
+ ss << ",";
vSubArguments[i]->GenSlidingWindowDecl(ss);
}
ss << ") {\n ";