summaryrefslogtreecommitdiff
path: root/src/lib/job.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-17 01:10:35 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-17 01:10:35 +0100
commit77fd65d0dd95506b5b51802ab58b6bd5eae60dc7 (patch)
treeefe16b8542b7b026d9fb35539b536190cefe7372 /src/lib/job.h
parent3e56e4126ec8199f15e03c213b37f39d72c27cc3 (diff)
tabs -> spaces.
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
};