Removed unnecessary empty lines

This commit is contained in:
Klaus Schmidinger 2023-02-16 17:20:09 +01:00
parent 468dc1115e
commit 63efcf3927
3 changed files with 3 additions and 7 deletions

View File

@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or * * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * * (at your option) any later version. *
* * * *
* $Id: si.h 4.3 2020/05/15 12:32:51 kls Exp $ * $Id: si.h 5.1 2023/02/16 17:20:09 kls Exp $
* * * *
***************************************************************************/ ***************************************************************************/
@ -47,7 +47,6 @@ enum TableId { TableIdPAT = 0x00, //program association section
TableIdPremiereCIT = 0xA0 //premiere content information section TableIdPremiereCIT = 0xA0 //premiere content information section
}; };
enum DescriptorTag { enum DescriptorTag {
// defined by ISO/IEC 13818-1 // defined by ISO/IEC 13818-1
VideoStreamDescriptorTag = 0x02, VideoStreamDescriptorTag = 0x02,

View File

@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or * * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * * (at your option) any later version. *
* * * *
* $Id: util.h 2.3 2012/02/26 13:58:26 kls Exp $ * $Id: util.h 5.1 2023/02/16 17:20:09 kls Exp $
* * * *
***************************************************************************/ ***************************************************************************/
@ -121,8 +121,6 @@ private:
int off; int off;
}; };
//abstract base class //abstract base class
class Parsable { class Parsable {
public: public:

View File

@ -10,7 +10,7 @@
* and interact with the Video Disk Recorder - or write a full featured * and interact with the Video Disk Recorder - or write a full featured
* graphical interface that sits on top of an SVDRP connection. * graphical interface that sits on top of an SVDRP connection.
* *
* $Id: svdrp.c 5.6 2022/11/22 14:33:48 kls Exp $ * $Id: svdrp.c 5.7 2023/02/16 17:20:09 kls Exp $
*/ */
#include "svdrp.h" #include "svdrp.h"
@ -521,7 +521,6 @@ bool cSVDRPClient::GetRemoteTimers(cStringList &Response)
return false; return false;
} }
// --- cSVDRPServerParams ---------------------------------------------------- // --- cSVDRPServerParams ----------------------------------------------------
class cSVDRPServerParams { class cSVDRPServerParams {