Cleaned up some trailing white space

This commit is contained in:
Klaus Schmidinger
2006-01-08 11:44:37 +01:00
parent dcda6676b3
commit 2d863532cc
21 changed files with 58 additions and 57 deletions

View File

@@ -8,7 +8,7 @@
*
* parts of this file are derived from the OMS program.
*
* $Id: dvbspu.c 1.18 2006/01/05 10:18:21 kls Exp $
* $Id: dvbspu.c 1.19 2006/01/08 11:39:46 kls Exp $
*/
#include "dvbspu.h"
@@ -27,7 +27,7 @@
* Inputs:
* - a SPU rle encoded image on creation, which will be decoded into
* the full screen indexed bitmap
*
*
* Output:
* - a minimal sized cDvbSpuBitmap a given palette, the indexed bitmap
* will be scanned to get the smallest possible resulting bitmap considering
@@ -435,7 +435,7 @@ int cDvbSpuDecoder::setTime(uint32_t pts)
prev_DCSQ_offset = DCSQ_offset;
DCSQ_offset = spuU32(i);
DEBUG("offs = %d, DCSQ = %d, prev_DCSQ = %d\n",
DEBUG("offs = %d, DCSQ = %d, prev_DCSQ = %d\n",
i, DCSQ_offset, prev_DCSQ_offset);
i += 2;