diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-12-10 15:49:12 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-10 15:49:12 -0700 |
commit | 719cfe0ece89aa162df7910fd8a2641c774d76fb (patch) | |
tree | 25e30e06e54eeade3421768c4f2df7f708118b5d /qt-ui | |
parent | c76cb59aa0e1db72cf2d74de109ac309674f3cfd (diff) | |
download | subsurface-719cfe0ece89aa162df7910fd8a2641c774d76fb.tar.gz |
Trivial white space fix
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/profile/profilewidget2.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qt-ui/profile/profilewidget2.cpp b/qt-ui/profile/profilewidget2.cpp index ad0d2eac0..197056183 100644 --- a/qt-ui/profile/profilewidget2.cpp +++ b/qt-ui/profile/profilewidget2.cpp @@ -632,7 +632,7 @@ void ProfileWidget2::settingsChanged() heartBeatAxis->setPos(itemPos.heartBeatAll.pos.on); heartBeatAxis->setLine(itemPos.heartBeatAll.expanded); } - }else if (PP_GRAPHS_ENABLED || prefs.hrgraph || prefs.percentagegraph) { + } else if (PP_GRAPHS_ENABLED || prefs.hrgraph || prefs.percentagegraph) { profileYAxis->animateChangeLine(itemPos.depth.intermediate); temperatureAxis->setPos(itemPos.temperature.pos.on); temperatureAxis->animateChangeLine(itemPos.temperature.intermediate); @@ -648,7 +648,7 @@ void ProfileWidget2::settingsChanged() percentageAxis->animateChangeLine(itemPos.percentageWithTankBar.expanded); gasYAxis->setPos(itemPos.partialPressureWithTankBar.pos.on); gasYAxis->setLine(itemPos.partialPressureWithTankBar.expanded); - }else { + } else { gasYAxis->setPos(itemPos.partialPressure.pos.on); gasYAxis->animateChangeLine(itemPos.partialPressure.expanded); percentageAxis->setPos(itemPos.percentage.pos.on); @@ -904,7 +904,7 @@ void ProfileWidget2::setProfileState() heartBeatAxis->setPos(itemPos.heartBeatAll.pos.on); heartBeatAxis->setLine(itemPos.heartBeatAll.expanded); } - }else if (PP_GRAPHS_ENABLED || prefs.hrgraph || prefs.percentagegraph) { + } else if (PP_GRAPHS_ENABLED || prefs.hrgraph || prefs.percentagegraph) { profileYAxis->animateChangeLine(itemPos.depth.intermediate); temperatureAxis->setPos(itemPos.temperature.pos.on); temperatureAxis->animateChangeLine(itemPos.temperature.intermediate); @@ -920,7 +920,7 @@ void ProfileWidget2::setProfileState() percentageAxis->animateChangeLine(itemPos.percentageWithTankBar.expanded); gasYAxis->setPos(itemPos.partialPressureWithTankBar.pos.on); gasYAxis->setLine(itemPos.partialPressureWithTankBar.expanded); - }else { + } else { gasYAxis->setPos(itemPos.partialPressure.pos.on); gasYAxis->animateChangeLine(itemPos.partialPressure.expanded); percentageAxis->setPos(itemPos.percentage.pos.on); |