From 12d299f552a5aa8b6ea711dbe67805c4a5aab10d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 15 Sep 2024 07:54:31 +0200 Subject: Move to LLVM ruleset for Clang autoformatter --- c-structs/write.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c-structs/write.c') diff --git a/c-structs/write.c b/c-structs/write.c index e83531a..5de3a8f 100644 --- a/c-structs/write.c +++ b/c-structs/write.c @@ -12,7 +12,7 @@ int main(void) { ch.health = 30; ch.damage = 5.9; - FILE* file = fopen("character.dat", "wb"); + FILE *file = fopen("character.dat", "wb"); if (file == NULL) { perror("Error opening file"); return 1; -- cgit v1.2.3