code style
This commit is contained in:
@@ -27,8 +27,7 @@ static bool clockInitialized = false;
|
||||
static clock_serv_t clockServ;
|
||||
#endif
|
||||
|
||||
void clockGettime(struct timespec* t)
|
||||
{
|
||||
void clockGettime(struct timespec* t) {
|
||||
#ifdef __MACH__
|
||||
if (!clockInitialized) {
|
||||
clockInitialized = true;
|
||||
|
||||
Reference in New Issue
Block a user