diff options
author | Laurent Napias <[email protected]> | 2019-06-29 10:43:23 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-01 17:07:40 +0200 |
commit | aa24676651f8bd3e8b434f72d5aac98e84c0867d (patch) | |
tree | 37693766ecb4733c6061dcc2ddc26954fab5ca01 /libmisc/ev-page-action-widget.c | |
parent | 6741c5db1e5c48c01b25bb7900dc40d48552925d (diff) | |
download | atril-aa24676651f8bd3e8b434f72d5aac98e84c0867d.tar.bz2 atril-aa24676651f8bd3e8b434f72d5aac98e84c0867d.tar.xz |
Remove trailing whitespaces
Diffstat (limited to 'libmisc/ev-page-action-widget.c')
-rw-r--r-- | libmisc/ev-page-action-widget.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libmisc/ev-page-action-widget.c b/libmisc/ev-page-action-widget.c index fae114d8..e19b509a 100644 --- a/libmisc/ev-page-action-widget.c +++ b/libmisc/ev-page-action-widget.c @@ -305,10 +305,10 @@ match_selected_cb (GtkEntryCompletion *completion, g_object_unref (link); gtk_tree_iter_free (iter); - + return TRUE; } - + static void display_completion_text (GtkCellLayout *cell_layout, @@ -331,7 +331,7 @@ display_completion_text (GtkCellLayout *cell_layout, if (link) g_object_unref (link); - + gtk_tree_iter_free (iter); } @@ -413,7 +413,7 @@ build_new_tree_cb (GtkTreeModel *model, g_object_unref (link); return FALSE; } - + type = ev_link_action_get_action_type (action); if (type == EV_LINK_ACTION_TYPE_GOTO_DEST) { @@ -424,9 +424,9 @@ build_new_tree_cb (GtkTreeModel *model, 0, iter, -1); } - + g_object_unref (link); - + return FALSE; } |