From b77567c429b4714d7f0147fc3628cf11288c7dbb Mon Sep 17 00:00:00 2001 From: monsta Date: Fri, 12 Aug 2016 22:02:42 +0300 Subject: fix indent a bit --- pluma/pluma-tab.c | 8 ++++---- 1 file 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); -- cgit v1.2.1