The following commit has been merged in the master branch:
commit 32be43449f30cdc2de16d6065f6ecd2adbf2215c
Author: Andrei Zavada <[email protected]>
Date:   Wed Apr 17 19:36:15 2013 +0300

    prettify code

diff --git a/src/libsigfile/edf.cc b/src/libsigfile/edf.cc
index f7c9378..efcdd4e 100644
--- a/src/libsigfile/edf.cc
+++ b/src/libsigfile/edf.cc
@@ -486,13 +486,13 @@ _lay_out_header()
 
        FOR (header.label,                      16); //  [16],
        FOR (header.transducer_type,            80); //  [80],
-       FOR (header.physical_dim,               8 ); //  [ 8],
-       FOR (header.physical_min,               8 ); //  [ 8],
-       FOR (header.physical_max,               8 ); //  [ 8],
-       FOR (header.digital_min,                8 ); //  [ 8],
-       FOR (header.digital_max,                8 ); //  [ 8],
+       FOR (header.physical_dim,                8); //  [ 8],
+       FOR (header.physical_min,                8); //  [ 8],
+       FOR (header.physical_max,                8); //  [ 8],
+       FOR (header.digital_min,                 8); //  [ 8],
+       FOR (header.digital_max,                 8); //  [ 8],
        FOR (header.filtering_info,             80); //  [80],
-       FOR (header.samples_per_record, 8 ); //  [ 8],
+       FOR (header.samples_per_record,          8); //  [ 8],
        FOR (header.reserved,                   32); //  [32];
 #undef FOR
 }

-- 
Sleep experiment manager

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to