mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 00:03:45 +08:00
encoderd: fix indentation (#29356)
fix indentation old-commit-hash: 51cdf155d94aa7ed4fac79db8b042a591ba8c75d
This commit is contained in:
@@ -115,7 +115,7 @@ void encoder_thread(EncoderdState *s, const LogCameraInfo &cam_info) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
LOG("encoder destroy");
|
LOG("encoder destroy");
|
||||||
for(auto &e : encoders) {
|
for (auto &e : encoders) {
|
||||||
e->encoder_close();
|
e->encoder_close();
|
||||||
delete e;
|
delete e;
|
||||||
}
|
}
|
||||||
@@ -166,5 +166,5 @@ int main(int argc, char* argv[]) {
|
|||||||
} else {
|
} else {
|
||||||
encoderd_thread(cameras_logged);
|
encoderd_thread(cameras_logged);
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user