Remove trailing space characters in the formatting script

This commit is contained in:
Aaron Franke
2020-06-17 14:53:10 -04:00
parent d3317cc91d
commit 35d44b5d85
36 changed files with 53 additions and 51 deletions

View File

@@ -31,7 +31,7 @@ func _process(_delta):
return
var time = 0.0
if sync_source == SyncSource.SYSTEM_CLOCK:
if sync_source == SyncSource.SYSTEM_CLOCK:
# Obtain from ticks.
time = (OS.get_ticks_usec() - time_begin) / 1000000.0
# Compensate.