Mass reformat

This commit is contained in:
Imbus 2025-08-18 14:59:16 +02:00
parent 4d27def35e
commit df11e34235
27 changed files with 121 additions and 136 deletions

View file

@ -3,7 +3,7 @@
#include <time.h>
struct timespec ts = {.tv_nsec = 30, .tv_sec = 0};
volatile int dummy = 0;
volatile int dummy = 0;
int main(void) {
struct timespec start, end;