code style

This commit is contained in:
john30
2017-01-14 17:34:02 +01:00
parent 774e01e937
commit 0217096b6b
22 changed files with 132 additions and 120 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
#include "clock.h"
void* Thread::runThread(void* arg) {
((Thread*)arg)->enter();
reinterpret_cast<Thread*>(arg)->enter();
return NULL;
}