repair tabs spaces

This commit is contained in:
Tino Hager
2018-06-27 23:56:47 +02:00
parent d765ed8495
commit 8a504c737d

View File

@ -22,6 +22,8 @@ extern "C" {
#define FRAMES 3
int max_objects() { return C_SHARP_MAX_OBJECTS; }
//static Detector* detector = NULL;
static std::unique_ptr<Detector> detector;