This is an automated email from the git hooks/post-receive script. hmmr-guest pushed a commit to branch WIP in repository aghermann.
commit f0c2f19bef614077343130d8702bc4eff8e8e5d7 Author: Andrei Zavada <[email protected]> Date: Mon Oct 21 01:21:34 2013 +0300 whitespace --- upstream/src/aghermann/ui/sf/channel.hh | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/upstream/src/aghermann/ui/sf/channel.hh b/upstream/src/aghermann/ui/sf/channel.hh index 3c4aac5..7ce5e38 100644 --- a/upstream/src/aghermann/ui/sf/channel.hh +++ b/upstream/src/aghermann/ui/sf/channel.hh @@ -53,8 +53,14 @@ struct SScoringFacility::SChannel { crecording; const sigfile::SChannel& schannel; + sigfile::SFilterPack& + filters; + list<sigfile::SAnnotation>& + annotations; + sigfile::SArtifacts& + artifacts; - // shortcuts + // shortcuts int h() const { return crecording.h(); } @@ -64,15 +70,10 @@ struct SScoringFacility::SChannel { sigfile::SChannel::TType type() const { return schannel.type(); } + size_t n_samples() const; + size_t samplerate() const; - // contents - sigfile::SFilterPack& - filters; - list<sigfile::SAnnotation>& - annotations; - sigfile::SArtifacts& - artifacts; - + // parent SScoringFacility& _p; @@ -88,8 +89,6 @@ struct SScoringFacility::SChannel { bool have_low_pass() const; bool have_high_pass() const; bool have_notch_filter() const; - size_t n_samples() const; - size_t samplerate() const; // artifacts float percent_dirty; -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
