comparison libmpdemux/muxer.c @ 30633:32725ca88fed

cosmetics: Remove pointless empty lines at EOF.
author diego
date Sat, 20 Feb 2010 21:02:49 +0000
parents 0f1b5b68af32
children 4614728cab25
comparison
equal deleted inserted replaced
30632:dad8e0eb182a 30633:32725ca88fed
164 s->timer=(double)s->h.dwLength*s->h.dwScale/s->h.dwRate; 164 s->timer=(double)s->h.dwLength*s->h.dwScale/s->h.dwRate;
165 s->size+=len; 165 s->size+=len;
166 166
167 return; 167 return;
168 } 168 }
169