[Xfce4-commits] <xfce4-panel:devel> Cleanup trailing spaces.
Nick Schermer
nick at xfce.org
Tue Aug 11 20:32:08 CEST 2009
Updating branch refs/heads/devel
to 3bd4d401096377652acfede9ac92e11bf963d62f (commit)
from e880cd58799da5d8210ffec4d9ac3b5eb110e7a1 (commit)
commit 3bd4d401096377652acfede9ac92e11bf963d62f
Author: Nick Schermer <nick at xfce.org>
Date: Sun May 17 20:57:10 2009 +0200
Cleanup trailing spaces.
libxfce4panel/xfce-scaled-image.c | 8 ++++----
panel/panel-application.c | 4 ++--
panel/panel-preferences-dialog.c | 4 ++--
plugins/launcher/launcher.c | 2 +-
plugins/tasklist/tasklist-widget.c | 2 +-
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/libxfce4panel/xfce-scaled-image.c b/libxfce4panel/xfce-scaled-image.c
index 3be4cde..b104cdd 100644
--- a/libxfce4panel/xfce-scaled-image.c
+++ b/libxfce4panel/xfce-scaled-image.c
@@ -180,15 +180,15 @@ xfce_scaled_image_size_allocate (GtkWidget *widget,
if (G_LIKELY (pixbuf))
{
/* scale the icon to the correct size */
- scaled = xfce_scaled_image_scale_pixbuf (pixbuf, image->width,
+ scaled = xfce_scaled_image_scale_pixbuf (pixbuf, image->width,
image->height);
/* release the pixbuf */
g_object_unref (G_OBJECT (pixbuf));
-
+
/* set the image pixbuf */
gtk_image_set_from_pixbuf (GTK_IMAGE (image), scaled);
-
+
/* release the scaled image */
if (G_LIKELY (scaled != NULL))
g_object_unref (G_OBJECT (scaled));
@@ -244,7 +244,7 @@ xfce_scaled_image_cleanup (XfceScaledImage *image)
/* free the icon name */
g_free (image->icon_name);
-
+
/* clear the image */
gtk_image_clear (GTK_IMAGE (image));
diff --git a/panel/panel-application.c b/panel/panel-application.c
index 5263dcb..daa234c 100644
--- a/panel/panel-application.c
+++ b/panel/panel-application.c
@@ -247,11 +247,11 @@ panel_application_xfconf_window_bindings (PanelApplication *application,
guint i;
guint panel_n = g_slist_index (application->windows, window);
GValue value = { 0, };
- const struct
+ const struct
{
const gchar *name;
GType type;
- } properties[] =
+ } properties[] =
{
{ "locked", G_TYPE_BOOLEAN },
{ "autohide", G_TYPE_BOOLEAN },
diff --git a/panel/panel-preferences-dialog.c b/panel/panel-preferences-dialog.c
index b3e3ab8..b5303a7 100644
--- a/panel/panel-preferences-dialog.c
+++ b/panel/panel-preferences-dialog.c
@@ -379,7 +379,7 @@ panel_preferences_dialog_panel_combobox_rebuild (PanelPreferencesDialog *dialog)
panel_return_if_fail (GTK_IS_COMBO_BOX (combo));
/* block signal */
- g_signal_handlers_block_by_func (combo,
+ g_signal_handlers_block_by_func (combo,
panel_preferences_dialog_panel_combobox_changed, dialog);
/* empty the combo box */
@@ -404,7 +404,7 @@ panel_preferences_dialog_panel_combobox_rebuild (PanelPreferencesDialog *dialog)
gtk_widget_set_sensitive (GTK_WIDGET (object), !!(n_items > 1));
/* unblock signal */
- g_signal_handlers_unblock_by_func (combo,
+ g_signal_handlers_unblock_by_func (combo,
panel_preferences_dialog_panel_combobox_changed, dialog);
}
diff --git a/plugins/launcher/launcher.c b/plugins/launcher/launcher.c
index 4531536..07a30da 100644
--- a/plugins/launcher/launcher.c
+++ b/plugins/launcher/launcher.c
@@ -571,7 +571,7 @@ launcher_plugin_free_data (XfcePanelPlugin *panel_plugin)
-static void
+static void
launcher_plugin_save (XfcePanelPlugin *panel_plugin)
{
/* make sure the items are stored */
diff --git a/plugins/tasklist/tasklist-widget.c b/plugins/tasklist/tasklist-widget.c
index da37152..654df69 100644
--- a/plugins/tasklist/tasklist-widget.c
+++ b/plugins/tasklist/tasklist-widget.c
@@ -443,7 +443,7 @@ xfce_tasklist_size_request (GtkWidget *widget,
XfceTasklistChild *child;
gint n;
gint rows, cols, length;
-
+
/* walk all the children */
for (li = tasklist->children, n = 0; li != NULL; li = li->next)
{
More information about the Xfce4-commits
mailing list