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 /libdocument/ev-link-dest.c | |
parent | 6741c5db1e5c48c01b25bb7900dc40d48552925d (diff) | |
download | atril-aa24676651f8bd3e8b434f72d5aac98e84c0867d.tar.bz2 atril-aa24676651f8bd3e8b434f72d5aac98e84c0867d.tar.xz |
Remove trailing whitespaces
Diffstat (limited to 'libdocument/ev-link-dest.c')
-rw-r--r-- | libdocument/ev-link-dest.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libdocument/ev-link-dest.c b/libdocument/ev-link-dest.c index f06bee12..6cf8e138 100644 --- a/libdocument/ev-link-dest.c +++ b/libdocument/ev-link-dest.c @@ -45,7 +45,7 @@ typedef enum { struct _EvLinkDest { GObject base_instance; - + EvLinkDestPrivate *priv; }; @@ -95,7 +95,7 @@ ev_link_dest_get_top (EvLinkDest *self, if (change_top) *change_top = (self->priv->change & EV_DEST_CHANGE_TOP); - + return self->priv->top; } @@ -416,7 +416,7 @@ ev_link_dest_new_xyz (gint page, change |= EV_DEST_CHANGE_TOP; if (change_zoom) change |= EV_DEST_CHANGE_ZOOM; - + return EV_LINK_DEST (g_object_new (EV_TYPE_LINK_DEST, "page", page, "type", EV_LINK_DEST_TYPE_XYZ, @@ -445,7 +445,7 @@ ev_link_dest_new_fith (gint page, if (change_top) change |= EV_DEST_CHANGE_TOP; - + return EV_LINK_DEST (g_object_new (EV_TYPE_LINK_DEST, "page", page, "type", EV_LINK_DEST_TYPE_FITH, @@ -480,7 +480,7 @@ ev_link_dest_new_fitr (gint page, gdouble top) { EvDestChange change = EV_DEST_CHANGE_TOP | EV_DEST_CHANGE_LEFT; - + return EV_LINK_DEST (g_object_new (EV_TYPE_LINK_DEST, "page", page, "type", EV_LINK_DEST_TYPE_FITR, |