[Libreoffice-commits] core.git: sc/source

David Tardon dtardon at redhat.com
Thu Nov 28 23:51:52 PST 2013


 sc/source/core/opencl/opencl_device.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 00a95ff7123b495f9248448cc374502954a02d76
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Nov 29 08:51:25 2013 +0100

    WaE: empty body
    
    Change-Id: I07a50583990325e83bf9a27fba0194c3a277eea6

diff --git a/sc/source/core/opencl/opencl_device.cxx b/sc/source/core/opencl/opencl_device.cxx
index f6ab41f..de99e0d 100644
--- a/sc/source/core/opencl/opencl_device.cxx
+++ b/sc/source/core/opencl/opencl_device.cxx
@@ -406,7 +406,9 @@ ds_status pickBestDevice(ds_profile* profile, int* bestDeviceIdx)
         if (pScore)
             fScore = pScore->fTime;
         else
+        {
             LOG_PRINTF("Unusual null score");
+        }
 
         if (DS_DEVICE_OPENCL_DEVICE == device.type)
         {


More information about the Libreoffice-commits mailing list