gimp r26672 - in trunk: . app/tools



Author: mitch
Date: Wed Aug 20 08:57:01 2008
New Revision: 26672
URL: http://svn.gnome.org/viewvc/gimp?rev=26672&view=rev

Log:
2008-08-20  Michael Natterer  <mitch gimp org>

	* app/tools/gimpperspectiveclonetool.[ch]: formatting.



Modified:
   trunk/ChangeLog
   trunk/app/tools/gimpperspectiveclonetool.c
   trunk/app/tools/gimpperspectiveclonetool.h

Modified: trunk/app/tools/gimpperspectiveclonetool.c
==============================================================================
--- trunk/app/tools/gimpperspectiveclonetool.c	(original)
+++ trunk/app/tools/gimpperspectiveclonetool.c	Wed Aug 20 08:57:01 2008
@@ -46,7 +46,6 @@
 
 
 #define HANDLE_SIZE  25
-
 #define TARGET_SIZE  15
 
 
@@ -197,8 +196,7 @@
 
   tool       = GIMP_TOOL (object);
   clone_tool = GIMP_PERSPECTIVE_CLONE_TOOL (object);
-
-  options = GIMP_PERSPECTIVE_CLONE_TOOL_GET_OPTIONS (tool);
+  options    = GIMP_PERSPECTIVE_CLONE_TOOL_GET_OPTIONS (tool);
 
   g_signal_connect_object (options,
                            "notify::clone-mode",
@@ -251,7 +249,6 @@
   return TRUE;
 }
 
-
 static gboolean
 gimp_perspective_clone_tool_has_display (GimpTool    *tool,
                                          GimpDisplay *display)
@@ -536,7 +533,6 @@
     }
 }
 
-
 static void
 gimp_perspective_clone_tool_cursor_update (GimpTool        *tool,
                                            GimpCoords      *coords,

Modified: trunk/app/tools/gimpperspectiveclonetool.h
==============================================================================
--- trunk/app/tools/gimpperspectiveclonetool.h	(original)
+++ trunk/app/tools/gimpperspectiveclonetool.h	Wed Aug 20 08:57:01 2008
@@ -95,10 +95,10 @@
 };
 
 
-void    gimp_perspective_clone_tool_register      (GimpToolRegisterCallback  callback,
-                                                   gpointer                  data);
+void    gimp_perspective_clone_tool_register (GimpToolRegisterCallback  callback,
+                                              gpointer                  data);
 
-GType   gimp_perspective_clone_tool_get_type      (void) G_GNUC_CONST;
+GType   gimp_perspective_clone_tool_get_type (void) G_GNUC_CONST;
 
 
 #endif  /*  __GIMP_PERSPECTIVE_CLONE_TOOL_H__  */



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