[gimp/soc-2011-seamless-clone2] app: small whitespace fix in gimpdisplayshell-scroll.c



commit 5df2519b5a01acaab684f5ca7e7f0ee88dc433f8
Author: Michael Natterer <mitch gimp org>
Date:   Thu Apr 18 21:50:29 2013 +0200

    app: small whitespace fix in gimpdisplayshell-scroll.c

 app/display/gimpdisplayshell-scroll.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/display/gimpdisplayshell-scroll.c b/app/display/gimpdisplayshell-scroll.c
index 047b58f..f7c776d 100644
--- a/app/display/gimpdisplayshell-scroll.c
+++ b/app/display/gimpdisplayshell-scroll.c
@@ -62,9 +62,9 @@ typedef struct
  *
  **/
 void
-gimp_display_shell_scroll_center_image_coordinate (GimpDisplayShell       *shell,
-                                                   gdouble                 image_x,
-                                                   gdouble                 image_y)
+gimp_display_shell_scroll_center_image_coordinate (GimpDisplayShell *shell,
+                                                   gdouble           image_x,
+                                                   gdouble           image_y)
 {
   gint scaled_image_x;
   gint scaled_image_y;


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