[gthumb] indentation and spaces



commit 8519288adf2cf2d40a62b66c44ca4d3604ffb4f0
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Wed Sep 19 13:20:17 2012 +0200

    indentation and spaces

 extensions/file_tools/gth-file-tool-grayscale.c |   22 +++++++++++-----------
 extensions/file_tools/gth-file-tool-sharpen.c   |    1 +
 2 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/extensions/file_tools/gth-file-tool-grayscale.c b/extensions/file_tools/gth-file-tool-grayscale.c
index 11caa2d..9bdf6da 100644
--- a/extensions/file_tools/gth-file-tool-grayscale.c
+++ b/extensions/file_tools/gth-file-tool-grayscale.c
@@ -56,9 +56,9 @@ struct _GthFileToolGrayscalePrivate {
 
 typedef struct {
 	GthFileToolGrayscale *self;
-	GtkWidget             *viewer_page;
-	cairo_surface_t       *source;
-	Method                 method;
+	GtkWidget            *viewer_page;
+	cairo_surface_t      *source;
+	Method                method;
 } GrayscaleData;
 
 
@@ -77,7 +77,7 @@ static gpointer
 grayscale_exec (GthAsyncTask *task,
 	         gpointer      user_data)
 {
-	GrayscaleData  *grayscale_data = user_data;
+	GrayscaleData   *grayscale_data = user_data;
 	cairo_format_t   format;
 	int              width;
 	int              height;
@@ -220,7 +220,7 @@ static gboolean
 apply_cb (gpointer user_data)
 {
 	GthFileToolGrayscale *self = user_data;
-	GtkWidget             *window;
+	GtkWidget            *window;
 	GrayscaleData        *grayscale_data;
 
 	if (self->priv->apply_event != 0) {
@@ -355,12 +355,12 @@ static GtkWidget *
 gth_file_tool_grayscale_get_options (GthFileTool *base)
 {
 	GthFileToolGrayscale *self;
-	GtkWidget             *window;
-	GtkWidget             *viewer_page;
-	GtkWidget             *viewer;
-	GtkWidget             *options;
-	int                    width, height;
-	GtkAllocation          allocation;
+	GtkWidget            *window;
+	GtkWidget            *viewer_page;
+	GtkWidget            *viewer;
+	GtkWidget            *options;
+	int                   width, height;
+	GtkAllocation         allocation;
 
 	self = (GthFileToolGrayscale *) base;
 
diff --git a/extensions/file_tools/gth-file-tool-sharpen.c b/extensions/file_tools/gth-file-tool-sharpen.c
index 6b20b0a..79e8668 100644
--- a/extensions/file_tools/gth-file-tool-sharpen.c
+++ b/extensions/file_tools/gth-file-tool-sharpen.c
@@ -432,6 +432,7 @@ gth_file_tool_sharpen_cancel (GthFileTool *base)
 	gth_image_viewer_page_reset (GTH_IMAGE_VIEWER_PAGE (viewer_page));
 }
 
+
 static void
 gth_file_tool_sharpen_finalize (GObject *object)
 {



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