encoderd: fix indentation (#29356)

fix indentation
old-commit-hash: 51cdf155d9
beeps
Dean Lee 2 years ago committed by GitHub
parent a38f32ae48
commit cfef62bbd6
  1. 2
      system/loggerd/encoderd.cc

@ -115,7 +115,7 @@ void encoder_thread(EncoderdState *s, const LogCameraInfo &cam_info) {
}
LOG("encoder destroy");
for(auto &e : encoders) {
for (auto &e : encoders) {
e->encoder_close();
delete e;
}

Loading…
Cancel
Save