diff options
author | Laurent Napias <[email protected]> | 2019-06-29 10:29:13 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-07-06 21:46:58 +0200 |
commit | db655f3fb2f67b695d36369e584fcb598e0e1bea (patch) | |
tree | ff7a4404cb6f0d1d8ca3a08ee50c60641641f1b4 /plugins/taglist | |
parent | 5153fb08a2e26015d07e7b3805de15d38bd05a9d (diff) | |
download | pluma-db655f3fb2f67b695d36369e584fcb598e0e1bea.tar.bz2 pluma-db655f3fb2f67b695d36369e584fcb598e0e1bea.tar.xz |
Remove trailing whitespaces
Diffstat (limited to 'plugins/taglist')
-rw-r--r-- | plugins/taglist/pluma-taglist-plugin-panel.c | 10 | ||||
-rw-r--r-- | plugins/taglist/pluma-taglist-plugin-panel.h | 18 | ||||
-rw-r--r-- | plugins/taglist/pluma-taglist-plugin-parser.h | 14 | ||||
-rw-r--r-- | plugins/taglist/pluma-taglist-plugin.c | 20 | ||||
-rw-r--r-- | plugins/taglist/pluma-taglist-plugin.h | 10 |
5 files changed, 36 insertions, 36 deletions
diff --git a/plugins/taglist/pluma-taglist-plugin-panel.c b/plugins/taglist/pluma-taglist-plugin-panel.c index 3c1b39a3..b489f5a0 100644 --- a/plugins/taglist/pluma-taglist-plugin-panel.c +++ b/plugins/taglist/pluma-taglist-plugin-panel.c @@ -64,7 +64,7 @@ struct _PlumaTaglistPluginPanelPrivate GtkWidget *preview; TagGroup *selected_tag_group; - + gchar *data_dir; }; @@ -132,7 +132,7 @@ static void pluma_taglist_plugin_panel_finalize (GObject *object) { PlumaTaglistPluginPanel *panel = PLUMA_TAGLIST_PLUGIN_PANEL (object); - + g_free (panel->priv->data_dir); G_OBJECT_CLASS (pluma_taglist_plugin_panel_parent_class)->finalize (object); @@ -436,7 +436,7 @@ selected_group_changed (GtkComboBox *combo, populate_tags_list (panel); } - + /* Clean up preview */ gtk_label_set_text (GTK_LABEL (panel->priv->preview), ""); @@ -783,9 +783,9 @@ pluma_taglist_plugin_panel_new (PlumaWindow *window, panel = g_object_new (PLUMA_TYPE_TAGLIST_PLUGIN_PANEL, "window", window, NULL); - + panel->priv->data_dir = g_strdup (data_dir); - + return GTK_WIDGET (panel); } diff --git a/plugins/taglist/pluma-taglist-plugin-panel.h b/plugins/taglist/pluma-taglist-plugin-panel.h index 346dbd37..6d41180d 100644 --- a/plugins/taglist/pluma-taglist-plugin-panel.h +++ b/plugins/taglist/pluma-taglist-plugin-panel.h @@ -2,7 +2,7 @@ * pluma-taglist-plugin-panel.h * This file is part of pluma * - * Copyright (C) 2005 - Paolo Maggi + * Copyright (C) 2005 - Paolo Maggi * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,14 +16,14 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, + * Foundation, Inc., 51 Franklin St, Fifth Floor, * Boston, MA 02110-1301, USA. */ - + /* - * Modified by the pluma Team, 2005. See the AUTHORS file for a - * list of people on the pluma Team. - * See the ChangeLog files for a list of changes. + * Modified by the pluma Team, 2005. See the AUTHORS file for a + * list of people on the pluma Team. + * See the ChangeLog files for a list of changes. * * $Id$ */ @@ -56,7 +56,7 @@ typedef struct _PlumaTaglistPluginPanelPrivate PlumaTaglistPluginPanelPrivate; */ typedef struct _PlumaTaglistPluginPanel PlumaTaglistPluginPanel; -struct _PlumaTaglistPluginPanel +struct _PlumaTaglistPluginPanel { GtkBox vbox; @@ -69,7 +69,7 @@ struct _PlumaTaglistPluginPanel */ typedef struct _PlumaTaglistPluginPanelClass PlumaTaglistPluginPanelClass; -struct _PlumaTaglistPluginPanelClass +struct _PlumaTaglistPluginPanelClass { GtkBoxClass parent_class; }; @@ -78,7 +78,7 @@ struct _PlumaTaglistPluginPanelClass * Public methods */ void _pluma_taglist_plugin_panel_register_type (GTypeModule *module); - + GType pluma_taglist_plugin_panel_get_type (void) G_GNUC_CONST; GtkWidget *pluma_taglist_plugin_panel_new (PlumaWindow *window, diff --git a/plugins/taglist/pluma-taglist-plugin-parser.h b/plugins/taglist/pluma-taglist-plugin-parser.h index d6a3b2f8..a98badb2 100644 --- a/plugins/taglist/pluma-taglist-plugin-parser.h +++ b/plugins/taglist/pluma-taglist-plugin-parser.h @@ -2,7 +2,7 @@ * pluma-taglist-plugin-parser.h * This file is part of pluma * - * Copyright (C) 2002-2005 - Paolo Maggi + * Copyright (C) 2002-2005 - Paolo Maggi * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,14 +16,14 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, - * Boston, MA 02110-1301, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ - + /* - * Modified by the pluma Team, 2002-2005. See the AUTHORS file for a - * list of people on the pluma Team. - * See the ChangeLog files for a list of changes. + * Modified by the pluma Team, 2002-2005. See the AUTHORS file for a + * list of people on the pluma Team. + * See the ChangeLog files for a list of changes. * * $Id$ */ diff --git a/plugins/taglist/pluma-taglist-plugin.c b/plugins/taglist/pluma-taglist-plugin.c index bbeec250..49b40cd2 100644 --- a/plugins/taglist/pluma-taglist-plugin.c +++ b/plugins/taglist/pluma-taglist-plugin.c @@ -1,6 +1,6 @@ /* * pluma-taglist-plugin.h - * + * * Copyright (C) 2002-2005 - Paolo Maggi * * This program is free software; you can redistribute it and/or modify @@ -20,9 +20,9 @@ */ /* - * Modified by the pluma Team, 2002-2005. See the AUTHORS file for a - * list of people on the pluma Team. - * See the ChangeLog files for a list of changes. + * Modified by the pluma Team, 2002-2005. See the AUTHORS file for a + * list of people on the pluma Team. + * See the ChangeLog files for a list of changes. * * $Id$ */ @@ -98,7 +98,7 @@ pluma_taglist_plugin_finalize (GObject *object) pluma_debug_message (DEBUG_PLUGINS, "PlumaTaglistPlugin finalizing"); free_taglist (); - + G_OBJECT_CLASS (pluma_taglist_plugin_parent_class)->finalize (object); } @@ -120,9 +120,9 @@ pluma_taglist_plugin_activate (PeasActivatable *activatable) priv->taglist_panel = pluma_taglist_plugin_panel_new (window, data_dir); g_free (data_dir); - pluma_panel_add_item_with_icon (side_panel, + pluma_panel_add_item_with_icon (side_panel, priv->taglist_panel, - _("Tags"), + _("Tags"), "list-add"); } @@ -132,14 +132,14 @@ pluma_taglist_plugin_deactivate (PeasActivatable *activatable) PlumaTaglistPluginPrivate *priv; PlumaWindow *window; PlumaPanel *side_panel; - + pluma_debug (DEBUG_PLUGINS); - + priv = PLUMA_TAGLIST_PLUGIN (activatable)->priv; window = PLUMA_WINDOW (priv->window); side_panel = pluma_window_get_side_panel (window); - pluma_panel_remove_item (side_panel, + pluma_panel_remove_item (side_panel, priv->taglist_panel); } diff --git a/plugins/taglist/pluma-taglist-plugin.h b/plugins/taglist/pluma-taglist-plugin.h index 0ffd1294..4ed84477 100644 --- a/plugins/taglist/pluma-taglist-plugin.h +++ b/plugins/taglist/pluma-taglist-plugin.h @@ -1,6 +1,6 @@ /* * pluma-taglist-plugin.h - * + * * Copyright (C) 2002-2005 - Paolo Maggi * * This program is free software; you can redistribute it and/or modify @@ -20,13 +20,13 @@ */ /* - * Modified by the pluma Team, 2002-2005. See the AUTHORS file for a - * list of people on the pluma Team. - * See the ChangeLog files for a list of changes. + * Modified by the pluma Team, 2002-2005. See the AUTHORS file for a + * list of people on the pluma Team. + * See the ChangeLog files for a list of changes. * * $Id$ */ - + #ifndef __PLUMA_TAGLIST_PLUGIN_H__ #define __PLUMA_TAGLIST_PLUGIN_H__ |