summaryrefslogtreecommitdiff
path: root/pluma/pluma-tab.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-09-05 21:06:15 +0200
committerinfirit <[email protected]>2015-09-05 21:46:09 +0200
commit3d9e640cc4221a43d214951da5cbdc43c4f55662 (patch)
treea4fbe0612956b35a63c1cec927ea9ad7e79bb217 /pluma/pluma-tab.c
parent1618c8f7248722265450b11ef48ced34c7a317a5 (diff)
downloadpluma-3d9e640cc4221a43d214951da5cbdc43c4f55662.tar.bz2
pluma-3d9e640cc4221a43d214951da5cbdc43c4f55662.tar.xz
Fix up the docs
Taken from gedit, commit: 42a6a8d8d87f32572f56b56a9c4e92f7181d339a from: Garrett Regier <[email protected]>
Diffstat (limited to 'pluma/pluma-tab.c')
-rw-r--r--pluma/pluma-tab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pluma/pluma-tab.c b/pluma/pluma-tab.c
index b02c10fb..86e1b184 100644
--- a/pluma/pluma-tab.c
+++ b/pluma/pluma-tab.c
@@ -2650,7 +2650,7 @@ pluma_tab_get_auto_save_enabled (PlumaTab *tab)
**/
void
pluma_tab_set_auto_save_enabled (PlumaTab *tab,
- gboolean enable)
+ gboolean enable)
{
PlumaDocument *doc = NULL;
PlumaLockdownMask lockdown;
@@ -2732,7 +2732,7 @@ pluma_tab_get_auto_save_interval (PlumaTab *tab)
**/
void
pluma_tab_set_auto_save_interval (PlumaTab *tab,
- gint interval)
+ gint interval)
{
PlumaDocument *doc = NULL;