From 719cfe0ece89aa162df7910fd8a2641c774d76fb Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 10 Dec 2014 15:49:12 -0700 Subject: Trivial white space fix Signed-off-by: Dirk Hohndel --- qt-ui/profile/profilewidget2.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'qt-ui/profile/profilewidget2.cpp') 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); -- cgit v1.2.3-70-g09d2