[gimp] app: formatting in gimpfreeselecttool.h



commit 93064f4b2bad839d229a8a72150c99dc52d752bc
Author: Michael Natterer <mitch gimp org>
Date:   Sun May 13 21:46:37 2018 +0200

    app: formatting in gimpfreeselecttool.h

 app/tools/gimpfreeselecttool.h |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/app/tools/gimpfreeselecttool.h b/app/tools/gimpfreeselecttool.h
index 33d0101..cfefd76 100644
--- a/app/tools/gimpfreeselecttool.h
+++ b/app/tools/gimpfreeselecttool.h
@@ -54,11 +54,12 @@ struct _GimpFreeSelectToolClass
 };
 
 
-void    gimp_free_select_tool_register (GimpToolRegisterCallback  callback,
-                                        gpointer                  data);
+void    gimp_free_select_tool_register     (GimpToolRegisterCallback  callback,
+                                            gpointer                  data);
 
-GType   gimp_free_select_tool_get_type (void) G_GNUC_CONST;
+GType   gimp_free_select_tool_get_type     (void) G_GNUC_CONST;
 
 gint    gimp_free_select_tool_get_n_points (GimpFreeSelectTool *tool);
 
+
 #endif  /*  __GIMP_FREE_SELECT_TOOL_H__  */


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