1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Removed consecutive empty lines

This commit is contained in:
Klaus Schmidinger 2013-02-22 15:25:31 +01:00
parent b5fefa2f9e
commit ce94ced9d3
3 changed files with 3 additions and 6 deletions

View File

@ -8,7 +8,7 @@
* *
* parts of this file are derived from the OMS program. * parts of this file are derived from the OMS program.
* *
* $Id: dvbspu.c 2.10 2013/01/20 10:36:58 kls Exp $ * $Id: dvbspu.c 2.11 2013/02/22 15:25:16 kls Exp $
*/ */
#include "dvbspu.h" #include "dvbspu.h"
@ -399,7 +399,6 @@ int cDvbSpuDecoder::CalcAreaBpp(cBitmap *fgbmp, cBitmap *bgbmp)
return ret; return ret;
} }
void cDvbSpuDecoder::Draw(void) void cDvbSpuDecoder::Draw(void)
{ {
cMutexLock MutexLock(&mutex); cMutexLock MutexLock(&mutex);

View File

@ -7,10 +7,9 @@
* Original author: Marco Schluessler <marco@lordzodiac.de> * Original author: Marco Schluessler <marco@lordzodiac.de>
* With some input from the "subtitle plugin" by Pekka Virtanen <pekka.virtanen@sci.fi> * With some input from the "subtitle plugin" by Pekka Virtanen <pekka.virtanen@sci.fi>
* *
* $Id: dvbsubtitle.c 2.33 2013/02/17 13:17:38 kls Exp $ * $Id: dvbsubtitle.c 2.34 2013/02/22 15:25:25 kls Exp $
*/ */
#include "dvbsubtitle.h" #include "dvbsubtitle.h"
#define __STDC_FORMAT_MACROS // Required for format specifiers #define __STDC_FORMAT_MACROS // Required for format specifiers
#include <inttypes.h> #include <inttypes.h>

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * how to reach the author.
* *
* $Id: skinclassic.c 2.8 2012/09/09 11:39:06 kls Exp $ * $Id: skinclassic.c 2.9 2013/02/22 15:25:31 kls Exp $
*/ */
#include "skinclassic.h" #include "skinclassic.h"
@ -773,7 +773,6 @@ cSkinDisplayVolume *cSkinClassic::DisplayVolume(void)
return new cSkinClassicDisplayVolume; return new cSkinClassicDisplayVolume;
} }
cSkinDisplayTracks *cSkinClassic::DisplayTracks(const char *Title, int NumTracks, const char * const *Tracks) cSkinDisplayTracks *cSkinClassic::DisplayTracks(const char *Title, int NumTracks, const char * const *Tracks)
{ {
return new cSkinClassicDisplayTracks(Title, NumTracks, Tracks); return new cSkinClassicDisplayTracks(Title, NumTracks, Tracks);