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

2
time.c
View file

@ -3,7 +3,7 @@
#include <time.h>
int main() {
char *out = malloc(200);
char *out = malloc(200);
struct tm *tmp;
time_t t = time(NULL);