[gimp] app: indentation fixes.



commit 13dd85510701ce77108e27deff5a9ffdc51ec5e2
Author: Jehan <jehan girinstud io>
Date:   Wed Apr 1 00:00:26 2015 +0200

    app: indentation fixes.

 app/actions/tools-commands.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/app/actions/tools-commands.c b/app/actions/tools-commands.c
index 4b44d43..d629ee7 100644
--- a/app/actions/tools-commands.c
+++ b/app/actions/tools-commands.c
@@ -254,8 +254,8 @@ tools_ink_blob_angle_cmd_callback (GtkAction *action,
 
 void
 tools_airbrush_rate_cmd_callback (GtkAction *action,
-                                   gint       value,
-                                   gpointer   data)
+                                  gint       value,
+                                  gpointer   data)
 {
   GimpContext  *context;
   GimpToolInfo *tool_info;
@@ -275,8 +275,8 @@ tools_airbrush_rate_cmd_callback (GtkAction *action,
 
 void
 tools_airbrush_flow_cmd_callback (GtkAction *action,
-                                   gint       value,
-                                   gpointer   data)
+                                  gint       value,
+                                  gpointer   data)
 {
   GimpContext  *context;
   GimpToolInfo *tool_info;
@@ -297,8 +297,8 @@ tools_airbrush_flow_cmd_callback (GtkAction *action,
 #ifdef HAVE_LIBMYPAINT
 void
 tools_mybrush_radius_cmd_callback (GtkAction *action,
-                                    gint       value,
-                                    gpointer   data)
+                                   gint       value,
+                                   gpointer   data)
 {
   GimpContext  *context;
   GimpToolInfo *tool_info;


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