mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-22 16:43:43 +08:00
encoderd: fix indentation (#29356)
fix indentation
old-commit-hash: 51cdf155d9
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