summaryrefslogtreecommitdiff
path: root/pluma
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-08-12 22:02:42 +0300
committermonsta <[email protected]>2016-08-12 22:04:53 +0300
commitb77567c429b4714d7f0147fc3628cf11288c7dbb (patch)
tree352c3316b0d8b60e257d7f6e1b17acfd7691da17 /pluma
parente9b5711bc16331ee7de21573f82999053131a9ff (diff)
downloadpluma-b77567c429b4714d7f0147fc3628cf11288c7dbb.tar.bz2
pluma-b77567c429b4714d7f0147fc3628cf11288c7dbb.tar.xz
fix indent a bit
Diffstat (limited to 'pluma')
-rw-r--r--pluma/pluma-tab.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pluma/pluma-tab.c b/pluma/pluma-tab.c
index 552de2be..1be3e6c8 100644
--- a/pluma/pluma-tab.c
+++ b/pluma/pluma-tab.c
@@ -84,7 +84,7 @@ struct _PlumaTabPrivate
gint auto_save : 1;
gint ask_if_externally_modified : 1;
-
+
guint idle_scroll;
};
@@ -1017,9 +1017,9 @@ document_loaded (PlumaDocument *document,
}
/* Scroll to the cursor when the document is loaded, we need to do it in
- * an idle as after the document is loaded the textview is still
- * redrawing and relocating its internals.
- */
+ * an idle as after the document is loaded the textview is still
+ * redrawing and relocating its internals.
+ */
if (tab->priv->idle_scroll == 0)
{
tab->priv->idle_scroll = g_idle_add ((GSourceFunc)scroll_to_cursor, tab);