summaryrefslogtreecommitdiff
path: root/src/terminal-screen.c
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 10:51:53 +0200
committerraveit65 <[email protected]>2019-07-06 10:00:08 +0200
commit2cbba483c2ade5658068914ca3173cd499c9c295 (patch)
treeb389a04b73602e15191ef3841b5825056600b1cc /src/terminal-screen.c
parent04e5a14b353e2ed0d518a72b37b10fa9d11381d4 (diff)
downloadmate-terminal-2cbba483c2ade5658068914ca3173cd499c9c295.tar.bz2
mate-terminal-2cbba483c2ade5658068914ca3173cd499c9c295.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'src/terminal-screen.c')
-rw-r--r--src/terminal-screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/terminal-screen.c b/src/terminal-screen.c
index eb8eeee..bff5c92 100644
--- a/src/terminal-screen.c
+++ b/src/terminal-screen.c
@@ -1058,12 +1058,12 @@ terminal_screen_profile_notify_cb (TerminalProfile *profile,
for (i = 0; i < n_url_regexes; ++i)
{
TagData *tag_data;
-
+
tag_data = g_slice_new (TagData);
tag_data->flavor = url_regex_flavors[i];
tag_data->tag = vte_terminal_match_add_gregex (vte_terminal, url_regexes[i], 0);
vte_terminal_match_set_cursor_type (vte_terminal, tag_data->tag, URL_MATCH_CURSOR);
-
+
priv->match_tags = g_slist_prepend (priv->match_tags, tag_data);
}
}