diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-17 01:10:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-17 01:10:23 +0100 |
| commit | 3e56e4126ec8199f15e03c213b37f39d72c27cc3 (patch) | |
| tree | 02f6ed13350a990b05ee7fd026d9dd208320e178 /src/lib/job.cc | |
| parent | 8cf1e8377506936224e8b26121680563d47682fe (diff) | |
tabs -> spaces.
Diffstat (limited to 'src/lib/job.cc')
| -rw-r--r-- | src/lib/job.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/job.cc b/src/lib/job.cc index 080d1eaf6..4fbe70771 100644 --- a/src/lib/job.cc +++ b/src/lib/job.cc @@ -86,7 +86,7 @@ Job::run_wrapper () } catch (boost::thread_interrupted &) { set_state (FINISHED_CANCELLED); - + } catch (std::exception& e) { set_progress (1); |
