vcl/source/gdi/impgraph.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9ef3adb3b83824e5b5a539c5886ba59df744bfaa
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Fri Oct 20 13:47:24 2023 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Fri Oct 20 18:42:06 2023 +0200

    loplugin:indentation (macOS)
    
    Change-Id: I176ac2153d4f2daa48ed4bf85d123904c234f8f6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158251
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx
index 780e2c26fd15..ac36d2c72be4 100644
--- a/vcl/source/gdi/impgraph.cxx
+++ b/vcl/source/gdi/impgraph.cxx
@@ -799,7 +799,7 @@ Size ImpGraphic::getPrefSize() const
                            aSize = Size(basegfx::fround(rRange.getWidth() / 
20.0f), basegfx::fround(rRange.getHeight() / 20.0f));
                         else
 #endif
-                        aSize = Size(basegfx::fround(rRange.getWidth()), 
basegfx::fround(rRange.getHeight()));
+                            aSize = Size(basegfx::fround(rRange.getWidth()), 
basegfx::fround(rRange.getHeight()));
                     }
                     else
                     {

Reply via email to