Fix some indentations in zm_monitor.h
parent
c313e2e389
commit
346015f472
|
@ -282,15 +282,15 @@ protected:
|
||||||
|
|
||||||
Event *event;
|
Event *event;
|
||||||
|
|
||||||
int n_zones;
|
int n_zones;
|
||||||
Zone **zones;
|
Zone **zones;
|
||||||
|
|
||||||
struct timeval **timestamps;
|
struct timeval **timestamps;
|
||||||
Image **images;
|
Image **images;
|
||||||
|
|
||||||
int iDoNativeMotDet;
|
int iDoNativeMotDet;
|
||||||
|
|
||||||
int n_linked_monitors;
|
int n_linked_monitors;
|
||||||
MonitorLink **linked_monitors;
|
MonitorLink **linked_monitors;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue