Skip to content

Commit

Permalink
ui: remove space (commaai#33724)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwusiz authored Oct 4, 2024
1 parent 9d52a5b commit 68f4c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/ui/ui.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 68f4c8a

Please sign in to comment.