remove all trailing whitespace
This commit is contained in:
parent
d2d4966571
commit
b39f9d20a9
222 changed files with 3286 additions and 3286 deletions
|
@ -29,9 +29,9 @@ grub_millisleep (grub_uint32_t ms)
|
|||
|
||||
start = grub_get_time_ms ();
|
||||
|
||||
/* Instead of setting an end time and looping while the current time is
|
||||
/* Instead of setting an end time and looping while the current time is
|
||||
less than that, comparing the elapsed sleep time with the desired sleep
|
||||
time handles the (unlikely!) case that the timer would wrap around
|
||||
time handles the (unlikely!) case that the timer would wrap around
|
||||
during the sleep. */
|
||||
|
||||
while (grub_get_time_ms () - start < ms)
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
grub_uint64_t
|
||||
grub_rtc_get_time_ms (void)
|
||||
{
|
||||
/* By dimensional analysis:
|
||||
|
||||
/* By dimensional analysis:
|
||||
|
||||
1000 ms N rtc ticks 1 s
|
||||
------- * ----------- * ----------- = 1000*N/T ms
|
||||
1 s 1 T rtc ticks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue