From 5c0311ff3095a5dd30fb15db54aa394498dd2bcf Mon Sep 17 00:00:00 2001 From: 0scar Date: Mon, 30 Oct 2023 23:11:54 +0100 Subject: The great formattening! --- include/engine/list.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'include/engine/list.h') diff --git a/include/engine/list.h b/include/engine/list.h index 5d3f80b..37857f0 100644 --- a/include/engine/list.h +++ b/include/engine/list.h @@ -1,11 +1,11 @@ #ifndef ENGINE_LIST_H #define ENGINE_LIST_H -#define DEFINE_LLIST(type) \ -struct List_##type { \ - type value; \ - struct List_##type* next; \ - /* Force the user to add `;` for style consistency */\ -} List_##type +#define DEFINE_LLIST(type) \ + struct List_##type { \ + type value; \ + struct List_##type* next; \ + /* Force the user to add `;` for style consistency */ \ + } List_##type #endif -- cgit v1.3