summaryrefslogtreecommitdiff
path: root/libdocument/ev-selection.c
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 10:43:23 +0200
committerraveit65 <[email protected]>2019-07-01 17:07:40 +0200
commitaa24676651f8bd3e8b434f72d5aac98e84c0867d (patch)
tree37693766ecb4733c6061dcc2ddc26954fab5ca01 /libdocument/ev-selection.c
parent6741c5db1e5c48c01b25bb7900dc40d48552925d (diff)
downloadatril-aa24676651f8bd3e8b434f72d5aac98e84c0867d.tar.bz2
atril-aa24676651f8bd3e8b434f72d5aac98e84c0867d.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'libdocument/ev-selection.c')
-rw-r--r--libdocument/ev-selection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdocument/ev-selection.c b/libdocument/ev-selection.c
index 49e56eb4..c35c3b01 100644
--- a/libdocument/ev-selection.c
+++ b/libdocument/ev-selection.c
@@ -43,7 +43,7 @@ ev_selection_render_selection (EvSelection *selection,
if (!iface->render_selection)
return;
-
+
iface->render_selection (selection, rc,
surface,
points, old_points,
@@ -72,6 +72,6 @@ ev_selection_get_selection_region (EvSelection *selection,
if (!iface->get_selection_region)
return NULL;
-
+
return iface->get_selection_region (selection, rc, style, points);
}