diff libfaad2/pulse.c @ 14729:b4378a6f87a6

Sync missing cosmetics from the 2004-07-12 CVS snapshot.
author diego
date Sat, 19 Feb 2005 01:21:19 +0000
parents 2ae5ab4331ca
children 59b6fa5b4201
line wrap: on
line diff
--- a/libfaad2/pulse.c	Sat Feb 19 01:19:53 2005 +0000
+++ b/libfaad2/pulse.c	Sat Feb 19 01:21:19 2005 +0000
@@ -39,7 +39,8 @@
 
     k = ics->swb_offset[pul->pulse_start_sfb];
 
-    for(i = 0; i <= pul->number_pulse; i++) {
+    for (i = 0; i <= pul->number_pulse; i++)
+    {
         k += pul->pulse_offset[i];
 
         if (k >= framelen)