1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-21 02:17:08 +00:00

Eliminates a variety of end-of-line spaces.

This commit is contained in:
Thomas Harte
2017-11-07 22:54:22 -05:00
parent f95515ae81
commit 6e1d69581c
14 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ void TimedEventLoop::set_next_event_time_interval(Time interval) {
}
Time TimedEventLoop::get_time_into_next_event() {
// TODO: calculate, presumably as [length of interval] - ([cycles left] + [subcycles left])
// TODO: calculate, presumably as [length of interval] - ([cycles left] + [subcycles left])
Time zero;
return zero;
}