whitespace
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
#include <sys/time.h>
|
||||
|
||||
static uint64_t microseconds() {
|
||||
static struct timeval t;
|
||||
gettimeofday(&t, NULL);
|
||||
return ((uint64_t)t.tv_sec*1000000)+t.tv_usec;
|
||||
static struct timeval t;
|
||||
gettimeofday(&t, NULL);
|
||||
return ((uint64_t)t.tv_sec*1000000)+t.tv_usec;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user