stuff
[svn42.git] / rf433rcv / pc / data2sample.pl
index 2690012..20ae460 100755 (executable)
@@ -6,7 +6,6 @@ my @input= split //,<>;
 
 print 1 x $base;
 print 0 x (31 * $base);
-
 for my $current (@input)
 {
   if ($current)
@@ -18,3 +17,4 @@ for my $current (@input)
     print 0 x (3*$base);
   }
 }
+