summaryrefslogtreecommitdiff
path: root/src/lib/job.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/job.h')
-rw-r--r--src/lib/job.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/job.h b/src/lib/job.h
index ce3a87f5e..716b0c5c6 100644
--- a/src/lib/job.h
+++ b/src/lib/job.h
@@ -80,10 +80,10 @@ protected:
/** Description of a job's state */
enum State {
- NEW, ///< the job hasn't been started yet
- RUNNING, ///< the job is running
- PAUSED, ///< the job has been paused
- FINISHED_OK, ///< the job has finished successfully
+ NEW, ///< the job hasn't been started yet
+ RUNNING, ///< the job is running
+ PAUSED, ///< the job has been paused
+ FINISHED_OK, ///< the job has finished successfully
FINISHED_ERROR, ///< the job has finished in error
FINISHED_CANCELLED ///< the job was cancelled
};