From eae7ca1df344ab28f451d2e8cab3e409d6d13c90 Mon Sep 17 00:00:00 2001 From: johannes Date: Sun, 11 Feb 2024 02:01:40 +0100 Subject: format all --- src/demo.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/demo.c') diff --git a/src/demo.c b/src/demo.c index 57ce8d1..ff89e50 100644 --- a/src/demo.c +++ b/src/demo.c @@ -21,8 +21,8 @@ const unsigned char mapmagic[] = {0x6b, 0xe6, 0xda, 0x4a, 0xce, 0xbd, 0x38, 0x0c void freedemo(demo *demo) { free(demo->map.data); - - for(int i = 0; i < demo->data.numchunks; i++) + + for (int i = 0; i < demo->data.numchunks; i++) { demochunk *chunk = &demo->data.chunks[i]; switch (chunk->type) @@ -50,7 +50,6 @@ void freedemo(demo *demo) } } free(demo->data.chunks); - } /* readers */ -- cgit v1.2.3