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/misc/e-info-label.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'widgets/misc/e-info-label.c') diff --git a/widgets/misc/e-info-label.c b/widgets/misc/e-info-label.c index e38d4692cc..617a92f350 100644 --- a/widgets/misc/e-info-label.c +++ b/widgets/misc/e-info-label.c @@ -73,7 +73,7 @@ static void el_class_init(GObjectClass *klass) { klass->finalize = el_finalise; - + ((GtkObjectClass *)klass)->destroy = el_destroy; ((GtkWidgetClass *)klass)->expose_event = el_expose_event; } @@ -101,12 +101,12 @@ e_info_label_get_type(void) /** * e_info_label_new: - * @icon: - * + * @icon: + * * Create a new info label widget. @icon is the name of the icon * (from the icon theme) to use for the icon image. - * - * Return value: + * + * Return value: **/ GtkWidget * e_info_label_new(const char *icon) @@ -114,7 +114,7 @@ e_info_label_new(const char *icon) EInfoLabel *el = g_object_new(e_info_label_get_type(), NULL); GtkWidget *image; char *name = e_icon_factory_get_icon_filename (icon, E_ICON_SIZE_MENU); - + image = gtk_image_new_from_file(name); g_free(name); gtk_misc_set_padding((GtkMisc *)image, 6, 6); @@ -128,10 +128,10 @@ e_info_label_new(const char *icon) /** * e_info_label_set_info: - * @el: - * @location: - * @info: - * + * @el: + * @location: + * @info: + * * Set the information to show on the label. @location is some * context about the current view. e.g. the folder name. If the * label is too wide, this will be truncated. -- cgit v1.2.3