summaryrefslogtreecommitdiff
path: root/plugins/modelines/pluma-modeline-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/modelines/pluma-modeline-plugin.c
parent5153fb08a2e26015d07e7b3805de15d38bd05a9d (diff)
downloadpluma-db655f3fb2f67b695d36369e584fcb598e0e1bea.tar.bz2
pluma-db655f3fb2f67b695d36369e584fcb598e0e1bea.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'plugins/modelines/pluma-modeline-plugin.c')
-rw-r--r--plugins/modelines/pluma-modeline-plugin.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/modelines/pluma-modeline-plugin.c b/plugins/modelines/pluma-modeline-plugin.c
index cc7e461b..b4904a89 100644
--- a/plugins/modelines/pluma-modeline-plugin.c
+++ b/plugins/modelines/pluma-modeline-plugin.c
@@ -1,14 +1,14 @@
/*
* pluma-modeline-plugin.c
* Emacs, Kate and Vim-style modelines support for pluma.
- *
+ *
* Copyright (C) 2005-2007 - Steve Frécinaux <[email protected]>
*
* 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
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -18,7 +18,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-
+
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
@@ -279,10 +279,10 @@ pluma_modeline_plugin_deactivate (PeasActivatable *activatable)
for (l = views; l != NULL; l = l->next)
{
disconnect_handlers (PLUMA_VIEW (l->data));
-
+
modeline_parser_deactivate (GTK_SOURCE_VIEW (l->data));
}
-
+
g_list_free (views);
}