mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-19 03:56:18 -04:00
Format code using astyle google format
Commands used: astyle --style=google --indent=spaces=2 --keep-one-line-blocks src/*.cpp astyle --style=google --indent=spaces=2 --keep-one-line-blocks src/*.h
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "zm_signal.h"
|
||||
|
||||
DecoderThread::DecoderThread(Monitor *monitor) :
|
||||
monitor_(monitor), terminate_(false) {
|
||||
monitor_(monitor), terminate_(false) {
|
||||
thread_ = std::thread(&DecoderThread::Run, this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user