[gimp] app: minor tab cleaning.



commit 33196a65797482b52b3db895010b1c14657355cc
Author: Jehan <jehan girinstud io>
Date:   Sun Mar 12 16:40:15 2017 +0100

    app: minor tab cleaning.

 app/app.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/app.c b/app/app.c
index ca3c00b..aeaa2f0 100644
--- a/app/app.c
+++ b/app/app.c
@@ -120,9 +120,9 @@ app_libs_init (GOptionContext *context,
   quark = g_quark_from_static_string ("gimp-compat-enum");
 
   g_type_set_qdata (GIMP_TYPE_CONVERT_DITHER_TYPE, quark,
-                   (gpointer) gimp_convert_dither_type_compat_get_type ());
+                    (gpointer) gimp_convert_dither_type_compat_get_type ());
   g_type_set_qdata (GIMP_TYPE_LAYER_MODE, quark,
-                   (gpointer) gimp_layer_mode_effects_get_type ());
+                    (gpointer) gimp_layer_mode_effects_get_type ());
 }
 
 void


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