From 8c47fb3fa9a4f8db0d66284437604106a08f8e34 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Thu, 16 Dec 2021 21:29:56 +0100 Subject: [PATCH] fileseltools.c: fix spaces on empty lines --- src/fileseltools.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/fileseltools.c b/src/fileseltools.c index fcd46b9e..190c1694 100644 --- a/src/fileseltools.c +++ b/src/fileseltools.c @@ -64,7 +64,7 @@ T_Fileselector_item * Add_element_to_list(T_Fileselector *list, const char * ful if (list->First!=NULL) list->First->Previous=temp_item; - + // Put new element at the beginning list->First=temp_item; return temp_item; @@ -163,7 +163,7 @@ char * Format_filename(const char * fname, word max_length, int type) // safety if (max_length>40) max_length=40; - + if (strcmp(fname,PARENT_DIR)==0) { strcpy(result,"\x11 PARENT DIRECTORY"); @@ -179,7 +179,7 @@ char * Format_filename(const char * fname, word max_length, int type) for (c=0; c