From 9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 14 Nov 2007 22:04:21 +0000 Subject: ** Remove trailing whitespace from source code. 2007-11-14 Matthew Barnes ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537 --- widgets/table/e-table-field-chooser.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'widgets/table/e-table-field-chooser.c') diff --git a/widgets/table/e-table-field-chooser.c b/widgets/table/e-table-field-chooser.c index e3031072f6..67fd47708b 100644 --- a/widgets/table/e-table-field-chooser.c +++ b/widgets/table/e-table-field-chooser.c @@ -1,5 +1,5 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* +/* * e-table-field-chooser.c * Copyright 2000, 2001, Ximian, Inc. * @@ -95,7 +95,7 @@ ensure_nonzero_step_increments (ETableFieldChooser *etfc) /* it looks pretty complicated to get height of column header so use 16 pixels which should be OK - */ + */ if (va) va->step_increment = 16.0; if (ha) @@ -134,7 +134,7 @@ static void resize(GnomeCanvas *canvas, ETableFieldChooser *etfc) gnome_canvas_item_set( etfc->rect, "x2", (double) etfc->last_alloc.width, "y2", (double) height, - NULL ); + NULL ); ensure_nonzero_step_increments (etfc); } @@ -206,7 +206,7 @@ e_table_field_chooser_dispose (GObject *object) if (etfc->full_header) g_object_unref (etfc->full_header); etfc->full_header = NULL; - + if (etfc->header) g_object_unref (etfc->header); etfc->header = NULL; -- cgit v1.2.3