diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-12-07 16:13:45 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-07 09:46:38 -0600 |
commit | 5a8174679716c3f1e392c4d9656821471bb2df47 (patch) | |
tree | c64631683a40a848f235c831d7e9edd820705835 /configuredivecomputerthreads.cpp | |
parent | af418a9c0bf3f74df3f5a344f4f0df376ea05f08 (diff) | |
download | subsurface-5a8174679716c3f1e392c4d9656821471bb2df47.tar.gz |
Style cleanup
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'configuredivecomputerthreads.cpp')
-rw-r--r-- | configuredivecomputerthreads.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configuredivecomputerthreads.cpp b/configuredivecomputerthreads.cpp index cfe8735b0..82a6778a1 100644 --- a/configuredivecomputerthreads.cpp +++ b/configuredivecomputerthreads.cpp @@ -1004,7 +1004,8 @@ void WriteSettingsThread::run() WRITE_SETTING(OSTC3_DECO_TYPE, decoType); WRITE_SETTING(OSTC3_AGF_SELECTABLE, aGFSelectable); WRITE_SETTING(OSTC3_AGF_HIGH, aGFHigh); - WRITE_SETTING(OSTC3_AGF_LOW, aGFLow); WRITE_SETTING(OSTC3_CALIBRATION_GAS_O2, calibrationGas); + WRITE_SETTING(OSTC3_AGF_LOW, aGFLow); + WRITE_SETTING(OSTC3_CALIBRATION_GAS_O2, calibrationGas); WRITE_SETTING(OSTC3_FLIP_SCREEN, flipScreen); WRITE_SETTING(OSTC3_SETPOINT_FALLBACK, setPointFallback); |