Skip to content

Commit 1a16e6a

Browse files
committed
fix whitespace
1 parent 7234375 commit 1a16e6a

File tree

1 file changed

+2
-2
lines changed
  • ports/raspberrypi/supervisor

1 file changed

+2
-2
lines changed

ports/raspberrypi/supervisor/port.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ static volatile bool _woken_up;
268268
uint64_t port_get_raw_ticks(uint8_t *subticks) {
269269
uint64_t microseconds = time_us_64();
270270
if (subticks != NULL) {
271-
*subticks = (uint8_t) (((microseconds % 1000000) % 977) / 31);
272-
}
271+
*subticks = (uint8_t)(((microseconds % 1000000) % 977) / 31);
272+
}
273273
return 1024 * (microseconds / 1000000) + (microseconds % 1000000) / 977;
274274
}
275275

0 commit comments

Comments
 (0)