[gimp] app: formatting



commit 20ec80b20e41aed43285aa442b397562a0a91de5
Author: Sven Neumann <sven gimp org>
Date:   Thu Oct 7 22:21:32 2010 +0200

    app: formatting

 app/core/gimpimage.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/app/core/gimpimage.c b/app/core/gimpimage.c
index 4952d44..13e24b1 100644
--- a/app/core/gimpimage.c
+++ b/app/core/gimpimage.c
@@ -2590,10 +2590,10 @@ gimp_image_get_color (const GimpImage *src_image,
 }
 
 void
-gimp_image_transform_rgb (const GimpImage    *dest_image,
-                          GimpImageType       dest_type,
-                          const GimpRGB      *rgb,
-                          guchar             *color)
+gimp_image_transform_rgb (const GimpImage *dest_image,
+                          GimpImageType    dest_type,
+                          const GimpRGB   *rgb,
+                          guchar          *color)
 {
   guchar col[3];
 



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