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

Luboš Luňák (via logerrit) logerrit at kemper.freedesktop.org
Mon Nov 16 18:41:19 UTC 2020


 vcl/source/filter/jpeg/transupp.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 769017b76062c90eab6e5b2b96c019c0935e938e
Author:     Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Mon Nov 16 14:58:09 2020 +0100
Commit:     Luboš Luňák <l.lunak at collabora.com>
CommitDate: Mon Nov 16 19:40:34 2020 +0100

    fix loplugin indentation warning
    
    Change-Id: Ib444bec4af79886c52979d3fbbb6b4a55b3cf3fd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105938
    Tested-by: Jenkins
    Reviewed-by: Luboš Luňák <l.lunak at collabora.com>

diff --git a/vcl/source/filter/jpeg/transupp.c b/vcl/source/filter/jpeg/transupp.c
index 68ea3620a2f9..d26cb9510009 100644
--- a/vcl/source/filter/jpeg/transupp.c
+++ b/vcl/source/filter/jpeg/transupp.c
@@ -1232,9 +1232,9 @@ adjust_exif_parameters (JOCTET FAR * data, unsigned int length,
     }
     if (tagnum == 0xA002 || tagnum == 0xA003) {
       if (tagnum == 0xA002)
-    new_value = new_width; /* ExifImageWidth Tag */
+        new_value = new_width; /* ExifImageWidth Tag */
       else
-    new_value = new_height; /* ExifImageHeight Tag */
+        new_value = new_height; /* ExifImageHeight Tag */
       if (is_motorola) {
     data[offset+2] = 0; /* Format = unsigned long (4 octets) */
     data[offset+3] = 4;


More information about the Libreoffice-commits mailing list