fix python return
[vuplus_dvbapp] / lib / service / event.h
index 3a71f7b..7e6cf5d 100644 (file)
@@ -2,13 +2,12 @@
 #define __lib_service_event_h
 
 #ifndef PYTHON
-
 #include <time.h>
 #include <lib/base/object.h>
 #include <string>
 class Event;
-
 #endif
+
 class eServiceEvent: public iObject
 {
 DECLARE_REF(eServiceEvent);