From 8b0d7427508178ce58d63ff2f0659645744c0546 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 15 Aug 2007 12:24:07 +0000 Subject: cosmetics: Do not add trailing whitespace to lines we change. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24073 b3059339-0415-0410-9bf9-f77b7e298cf2 --- dvdread/ifo_read.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dvdread/ifo_read.c b/dvdread/ifo_read.c index 4c6da87667..73b049ac6c 100644 --- a/dvdread/ifo_read.c +++ b/dvdread/ifo_read.c @@ -953,7 +953,7 @@ int ifoRead_TT_SRPT(ifo_handle_t *ifofile) { info_length = tt_srpt->last_byte + 1 - TT_SRPT_SIZE; - tt_srpt->title = malloc(info_length); + tt_srpt->title = malloc(info_length); if(!tt_srpt->title) { free(tt_srpt); ifofile->tt_srpt = 0; @@ -1063,7 +1063,7 @@ int ifoRead_VTS_PTT_SRPT(ifo_handle_t *ifofile) { info_length = vts_ptt_srpt->last_byte + 1 - VTS_PTT_SRPT_SIZE; - data = malloc(info_length); + data = malloc(info_length); if(!data) { free(vts_ptt_srpt); ifofile->vts_ptt_srpt = 0; @@ -1673,7 +1673,7 @@ static int ifoRead_VOBU_ADMAP_internal(ifo_handle_t *ifofile, Titles with a VOBS that has no VOBUs. */ CHECK_VALUE(info_length % sizeof(uint32_t) == 0); - vobu_admap->vobu_start_sectors = malloc(info_length); + vobu_admap->vobu_start_sectors = malloc(info_length); if(!vobu_admap->vobu_start_sectors) { return 0; } -- cgit v1.2.3