[gimp] plug-ins: indentation fix.



commit 911e46ee2b2b2072dbaa15ebfbfee1c4b6200d86
Author: Jehan <jehan girinstud io>
Date:   Fri Jan 19 14:04:47 2018 +0100

    plug-ins: indentation fix.
    
    So minor! But while I was reading this code, I just couldn't just leave
    this one indentation unfixed. ;P

 plug-ins/common/file-svg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/file-svg.c b/plug-ins/common/file-svg.c
index 0456f21..4c4ced6 100644
--- a/plug-ins/common/file-svg.c
+++ b/plug-ins/common/file-svg.c
@@ -251,7 +251,7 @@ run (const gchar      *name,
 
           gimp_set_data (LOAD_PROC, &load_vals, sizeof (load_vals));
         }
-     }
+    }
   else if (strcmp (name, LOAD_THUMB_PROC) == 0)
     {
       if (nparams < 2)


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