[gimp/gimp-2-10] plug-ins, TIFF: Oops, forgot to save formatting fixes before committing.



commit 9bf8097bd73b9a20d0d1c3b7b99a4a4faa1673f6
Author: Jacob Boerema <jgboerema gmail com>
Date:   Thu Mar 4 15:23:29 2021 -0500

    plug-ins, TIFF: Oops, forgot to save formatting fixes before committing.
    
    (cherry picked from commit 441631322be109da6489b2aad670bdba916315c0)

 plug-ins/file-tiff/file-tiff-load.c | 44 ++++++++++++++++++-------------------
 1 file changed, 22 insertions(+), 22 deletions(-)
---
diff --git a/plug-ins/file-tiff/file-tiff-load.c b/plug-ins/file-tiff/file-tiff-load.c
index e531d4996d..8222ef3505 100644
--- a/plug-ins/file-tiff/file-tiff-load.c
+++ b/plug-ins/file-tiff/file-tiff-load.c
@@ -748,18 +748,18 @@ load_image (GFile        *file,
                   if (profile_linear)
                     {
                       base_format = babl_format_new (babl_model ("YA"),
-                                                      type,
-                                                      babl_component ("Y"),
-                                                      babl_component ("A"),
-                                                      NULL);
+                                                     type,
+                                                     babl_component ("Y"),
+                                                     babl_component ("A"),
+                                                     NULL);
                     }
                   else
                     {
                       base_format = babl_format_new (babl_model ("Y'A"),
-                                                      type,
-                                                      babl_component ("Y'"),
-                                                      babl_component ("A"),
-                                                      NULL);
+                                                     type,
+                                                     babl_component ("Y'"),
+                                                     babl_component ("A"),
+                                                     NULL);
                     }
                 }
               else
@@ -767,18 +767,18 @@ load_image (GFile        *file,
                   if (profile_linear)
                     {
                       base_format = babl_format_new (babl_model ("YaA"),
-                                                      type,
-                                                      babl_component ("Ya"),
-                                                      babl_component ("A"),
-                                                      NULL);
+                                                     type,
+                                                     babl_component ("Ya"),
+                                                     babl_component ("A"),
+                                                     NULL);
                     }
                   else
                     {
                       base_format = babl_format_new (babl_model ("Y'aA"),
-                                                      type,
-                                                      babl_component ("Y'a"),
-                                                      babl_component ("A"),
-                                                      NULL);
+                                                     type,
+                                                     babl_component ("Y'a"),
+                                                     babl_component ("A"),
+                                                     NULL);
                     }
                 }
             }
@@ -787,16 +787,16 @@ load_image (GFile        *file,
               if (profile_linear)
                 {
                   base_format = babl_format_new (babl_model ("Y"),
-                                                  type,
-                                                  babl_component ("Y"),
-                                                  NULL);
+                                                 type,
+                                                 babl_component ("Y"),
+                                                 NULL);
                 }
               else
                 {
                   base_format = babl_format_new (babl_model ("Y'"),
-                                                  type,
-                                                  babl_component ("Y'"),
-                                                  NULL);
+                                                 type,
+                                                 babl_component ("Y'"),
+                                                 NULL);
                 }
             }
           break;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]