summaryrefslogtreecommitdiff
path: root/libview/ev-jobs.h
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 /libview/ev-jobs.h
parent6741c5db1e5c48c01b25bb7900dc40d48552925d (diff)
downloadatril-aa24676651f8bd3e8b434f72d5aac98e84c0867d.tar.bz2
atril-aa24676651f8bd3e8b434f72d5aac98e84c0867d.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'libview/ev-jobs.h')
-rw-r--r--libview/ev-jobs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libview/ev-jobs.h b/libview/ev-jobs.h
index 35a378c5..284b2198 100644
--- a/libview/ev-jobs.h
+++ b/libview/ev-jobs.h
@@ -162,7 +162,7 @@ typedef enum {
struct _EvJob
{
GObject parent;
-
+
EvDocument *document;
EvJobRunMode run_mode;
@@ -170,7 +170,7 @@ struct _EvJob
guint cancelled : 1;
guint finished : 1;
guint failed : 1;
-
+
GError *error;
GCancellable *cancellable;
@@ -183,7 +183,7 @@ struct _EvJobClass
GObjectClass parent_class;
gboolean (*run) (EvJob *job);
-
+
/* Signals */
void (* cancelled) (EvJob *job);
void (* finished) (EvJob *job);