comparison libvo/aclib_template.c @ 30633:32725ca88fed

cosmetics: Remove pointless empty lines at EOF.
author diego
date Sat, 20 Feb 2010 21:02:49 +0000
parents 807fce7a4bb3
children 4e2f4bd081ce
comparison
equal deleted inserted replaced
30632:dad8e0eb182a 30633:32725ca88fed
456 * Now do the tail of the block 456 * Now do the tail of the block
457 */ 457 */
458 if(len) small_memcpy(to, from, len); 458 if(len) small_memcpy(to, from, len);
459 return retval; 459 return retval;
460 } 460 }
461