xtimer: Add missing space

pr/spi.typo
Joakim Nohlgård 7 years ago
parent a0fb3b7d91
commit 4fe674f746

@ -19,7 +19,7 @@
unsigned int sleep(unsigned int seconds)
{
xtimer_usleep64(seconds*SEC_IN_USEC);
xtimer_usleep64(seconds * SEC_IN_USEC);
return 0;
}

Loading…
Cancel
Save