[med-svn] [aghermann] 04/07: petty whitespace cleanup
andrei zavada
hmmr-guest at moszumanska.debian.org
Tue Apr 26 00:18:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
hmmr-guest pushed a commit to branch WIP
in repository aghermann.
commit 341190988dee0a5689419d188a3d33a436116f41
Author: Andrei Zavada <hmmr at frdg>
Date: Mon Apr 25 15:13:41 2016 +0300
petty whitespace cleanup
---
upstream/src/aghermann/ui/mw/measurements.cc | 2 +-
upstream/src/aghermann/ui/mw/mw.cc | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/upstream/src/aghermann/ui/mw/measurements.cc b/upstream/src/aghermann/ui/mw/measurements.cc
index bd66d39..8aab776 100644
--- a/upstream/src/aghermann/ui/mw/measurements.cc
+++ b/upstream/src/aghermann/ui/mw/measurements.cc
@@ -102,7 +102,7 @@ draw_timeline( cairo_t *cr) const
time_t tl_start_fixed = mktime( &tl_start_fixed_tm);
double scale = 0.;
- switch (_p._p.display_profile_type ) {
+ switch ( _p._p.display_profile_type ) {
case metrics::TType::psd: scale = _p._p.profile_scale_psd; break;
case metrics::TType::swu: scale = _p._p.profile_scale_swu; break;
case metrics::TType::mc : scale = _p._p.profile_scale_mc; break;
diff --git a/upstream/src/aghermann/ui/mw/mw.cc b/upstream/src/aghermann/ui/mw/mw.cc
index efadf73..acf4c0c 100644
--- a/upstream/src/aghermann/ui/mw/mw.cc
+++ b/upstream/src/aghermann/ui/mw/mw.cc
@@ -451,8 +451,8 @@ double
SExpDesignUI::
calculate_profile_scale()
{
- double avg_profile_height = 0.;
- size_t valid_episodes = 0;
+ double avg_profile_height = 0.;
+ size_t valid_episodes = 0;
for ( auto& G : groups )
for ( auto &J : G )
if ( J.cprofile && !J.cprofile->mm_list().empty() ) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git
More information about the debian-med-commit
mailing list