diff options
author | Christian C <cc@localhost> | 2025-04-01 17:38:32 -0700 |
---|---|---|
committer | Christian C <cc@localhost> | 2025-04-01 17:38:32 -0700 |
commit | a18cea2fef7aa1545c9a984b60919541b26a6f84 (patch) | |
tree | d1ab991e28b701bdfdc9035704389ad6c57391c9 /include/lib/time.h | |
parent | 2bc54ac42b831a7dfcba26c2d12ba002f80a5e40 (diff) |
Clang Format
Diffstat (limited to 'include/lib/time.h')
-rw-r--r-- | include/lib/time.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/lib/time.h b/include/lib/time.h index 1adf428..809a8a0 100644 --- a/include/lib/time.h +++ b/include/lib/time.h @@ -3,7 +3,9 @@ #include <time.h> -#define TIME(var) struct timespec var;get_time(&var) +#define TIME(var) \ + struct timespec var; \ + get_time(&var) // Difference in Time // Compute the difference between timespec structs |