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 *
* (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
};
enum DescriptorTag {
// defined by ISO/IEC 13818-1
VideoStreamDescriptorTag = 0x02,

View File

@@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (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;
};
//abstract base class
class Parsable {
public: