From ab52e851c95ebe2fa1ee4c2a5dcbc826bbb41769 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 13 Nov 2023 04:44:12 +0100 Subject: Move to tabs --- list.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'list.h') diff --git a/list.h b/list.h index e494cba..c958836 100644 --- a/list.h +++ b/list.h @@ -2,8 +2,8 @@ #define LIST_H typedef struct node { - char *file_path; - struct node *next; + char *file_path; + struct node *next; } Node; void add_file_path(Node **head, char *file_path); -- cgit v1.2.3