summaryrefslogtreecommitdiff
path: root/content/other/timed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'content/other/timed.cpp')
-rw-r--r--content/other/timed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/other/timed.cpp b/content/other/timed.cpp
index b3ed4ef..a3ede29 100644
--- a/content/other/timed.cpp
+++ b/content/other/timed.cpp
@@ -1,3 +1,3 @@
int times = clock();
//run for 900ms
-while (1000*(clock()-times)/CLOCKS_PER_SEC < 900) {...}
+while (1000*(clock()-times)/CLOCKS_PER_SEC < 900) { ... }