summaryrefslogtreecommitdiff
path: root/plugins/taglist/pluma-taglist-plugin.c
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 10:29:13 +0200
committerZenWalker <[email protected]>2019-07-06 21:46:58 +0200
commitdb655f3fb2f67b695d36369e584fcb598e0e1bea (patch)
treeff7a4404cb6f0d1d8ca3a08ee50c60641641f1b4 /plugins/taglist/pluma-taglist-plugin.c
parent5153fb08a2e26015d07e7b3805de15d38bd05a9d (diff)
downloadpluma-db655f3fb2f67b695d36369e584fcb598e0e1bea.tar.bz2
pluma-db655f3fb2f67b695d36369e584fcb598e0e1bea.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'plugins/taglist/pluma-taglist-plugin.c')
-rw-r--r--plugins/taglist/pluma-taglist-plugin.c20
1 files changed, 10 insertions, 10 deletions
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);
}