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.
*
* $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"
@@ -399,7 +399,6 @@ int cDvbSpuDecoder::CalcAreaBpp(cBitmap *fgbmp, cBitmap *bgbmp)
return ret;
}
void cDvbSpuDecoder::Draw(void)
{
cMutexLock MutexLock(&mutex);