zapit/include/zapit/zapit.h: fix indent

Origin commit data
------------------
Branch: ni/coolstream
Commit: 654dc3cfc0
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-02 (Mon, 02 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-04-02 12:28:28 +04:00
parent 70fe9671e1
commit 06de97b913

View File

@@ -118,11 +118,11 @@ class CZapit : public OpenThreads::Thread
unsigned int ZapTo(const unsigned int pchannel);
void PrepareScan();
CZapitSdtMonitor SdtMonitor;
CZapitSdtMonitor SdtMonitor;
void run();
protected:
static CZapit * zapit;
protected:
static CZapit * zapit;
CZapit();
public:
~CZapit();
@@ -149,7 +149,7 @@ class CZapit : public OpenThreads::Thread
void SetConfig(Zapit_config * Cfg);
void GetConfig(Zapit_config &Cfg);
virtual void SendEvent(const unsigned int eventID, const void* eventbody = NULL, const unsigned int eventbodysize = 0);
virtual void SendEvent(const unsigned int eventID, const void* eventbody = NULL, const unsigned int eventbodysize = 0);
audio_map_set_t * GetSavedPids(const t_channel_id channel_id);