This is an automated email from the git hooks/post-receive script.

hmmr-guest pushed a commit to branch WIP
in repository aghermann.

commit 0fb81948aa662d8b3b73d762139773d024b6dac9
Author: Andrei Zavada <[email protected]>
Date:   Sat Oct 19 17:28:17 2013 +0300

    whitespace
---
 upstream/src/libsigproc/sigproc.ii |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/upstream/src/libsigproc/sigproc.ii 
b/upstream/src/libsigproc/sigproc.ii
index a4f86c2..95e6932 100644
--- a/upstream/src/libsigproc/sigproc.ii
+++ b/upstream/src/libsigproc/sigproc.ii
@@ -28,7 +28,7 @@ smooth( valarray<T>& a, size_t side)
         if ( side == 0 )
                 return;
 
-        size_t        both = side * 2 + 1;
+        size_t  both = side * 2 + 1;
 
         valarray<T> tmp (a.size() + 2*side);
         tmp[ slice (0              , side, 1)     ] = a[0];
@@ -128,7 +128,7 @@ envelope( const SSignalRef<T>& in,
         maxi.push_back( 0);
 
         // auto dS = derivative(in.signal); // will skip over many extrema due 
to quantization
-        ssize_t        i;
+        ssize_t i;
         for ( i = dh2; i < n_samples-dh2; ++i ) {
                 auto lmax = S[ slice (i-dh2, dh2+dh2, 1) ].max();
                 if ( S[i] == lmax && i != i-dh2 && i+dh2 ) {

-- 
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

Reply via email to