fix indentation (#19925)

old-commit-hash: 511bad6a9f
commatwo_master
Dean Lee 4 years ago committed by GitHub
parent b3287a405b
commit 2f3ae6ba78
  1. 2
      selfdrive/boardd/boardd.cc

@ -253,7 +253,7 @@ void can_recv_thread() {
uint64_t cur_time = nanos_since_boot();
int64_t remaining = next_frame_time - cur_time;
if (remaining > 0){
if (remaining > 0) {
std::this_thread::sleep_for(std::chrono::nanoseconds(remaining));
} else {
if (ignition){

Loading…
Cancel
Save