From 9871e797d1154a278718f9eee80a19f530af1b97 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Mon, 1 Jan 2024 01:34:02 +0100 Subject: Lined up vars --- FICS/utils.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'FICS/utils.c') diff --git a/FICS/utils.c b/FICS/utils.c index eb37807..f842a8b 100644 --- a/FICS/utils.c +++ b/FICS/utils.c @@ -1015,11 +1015,11 @@ t_mft(struct t_dirs *d) PUBLIC int search_directory(char *dir, char *filter, char **buffer, int buffersize) { - int cmp; - static char nullify = '\0'; - static struct t_dirs *ramdirs = NULL; - struct stat statbuf; - struct t_dirs **i; + int cmp; + static char nullify = '\0'; + static struct t_dirs *ramdirs = NULL; + struct stat statbuf; + struct t_dirs** i; t_buffer = buffer; t_buffersize = buffersize; -- cgit v1.2.3