sc/source/core/opencl/formulagroupcl.cxx |    2 +-
 sc/source/core/opencl/op_financial.cxx   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 578aff66c86024bbdb6090cf3ed99914a41a9229
Author: Tor Lillqvist <t...@collabora.com>
Date:   Fri Dec 20 10:05:38 2013 +0200

    WaE: statement aligned ... [loplugin]
    
    Change-Id: Ifd2693b36418fa6506ffac1584688e13e7f913f3

diff --git a/sc/source/core/opencl/formulagroupcl.cxx 
b/sc/source/core/opencl/formulagroupcl.cxx
index 7e8e008..f3a3105 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -3232,7 +3232,7 @@ CompiledFormula* 
FormulaGroupInterpreterOpenCL::createCompiledFormula(ScDocument
 
     DynamicKernel *result = DynamicKernel::create(rDoc, rTopPos, *pCode);
     if ( result )
-    result->SetPCode(pCode);
+        result->SetPCode(pCode);
     return result;
 }
 
diff --git a/sc/source/core/opencl/op_financial.cxx 
b/sc/source/core/opencl/op_financial.cxx
index 5515951..216e7e9 100644
--- a/sc/source/core/opencl/op_financial.cxx
+++ b/sc/source/core/opencl/op_financial.cxx
@@ -3657,7 +3657,7 @@ vSubArguments)
     for (unsigned i = 0; i < vSubArguments.size(); i++)
     {
       if (i)
-      ss << ",";
+          ss << ",";
       vSubArguments[i]->GenSlidingWindowDecl(ss);
     }
     ss << ") {\n";
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to