--- mem_align.h 2002/03/20 00:28:02 1.2 +++ mem_align.h 2002/06/12 20:38:41 1.3 @@ -3,7 +3,8 @@ #include "../portab.h" -void *xvid_malloc(size_t size, uint8_t alignment); +void *xvid_malloc(size_t size, + uint8_t alignment); void xvid_free(void *mem_ptr); -#endif /* _MEM_ALIGN_H_ */ +#endif /* _MEM_ALIGN_H_ */