ui: remove space (#33724)

This commit is contained in:
Lee Jong Mun
2024-10-04 09:19:06 +09:00
committed by GitHub
parent 9d52a5b485
commit 68f4c8a986
+1 -1
View File
@@ -70,7 +70,7 @@ void ui_update_params(UIState *s) {
void UIState::updateStatus() {
if (scene.started && sm->updated("selfdriveState")) {
auto ss = (*sm)["selfdriveState"].getSelfdriveState();
auto state = ss .getState();
auto state = ss.getState();
if (state == cereal::SelfdriveState::OpenpilotState::PRE_ENABLED || state == cereal::SelfdriveState::OpenpilotState::OVERRIDING) {
status = STATUS_OVERRIDE;
} else {