]> git.sesse.net Git - vlc/commitdiff
Remove excess empty lines
authorJean-Paul Saman <jpsaman@videolan.org>
Mon, 30 Oct 2006 08:35:31 +0000 (08:35 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Mon, 30 Oct 2006 08:35:31 +0000 (08:35 +0000)
modules/access/udp.c

index a455e066655df91bc22e5cf17bf38b9e77e9819a..0a9c0b07ca8ec929159939a426074265253bb596 100644 (file)
@@ -455,7 +455,6 @@ static block_t *BlockParseRTP( access_t *p_access, block_t *p_block )
 
     return p_block;
 
-
 trash:
     msg_Warn( p_access, "received a too short packet for RTP" );
     block_Release( p_block );