clang-format
This commit is contained in:
@@ -35,8 +35,4 @@
|
||||
* but also returns nanoseconds.
|
||||
*/
|
||||
|
||||
time_t
|
||||
time(time_t *t)
|
||||
{
|
||||
return __time(t, NULL);
|
||||
}
|
||||
time_t time(time_t *t) { return __time(t, NULL); }
|
||||
|
||||
Reference in New Issue
Block a user