update formatting

This commit is contained in:
olemorud
2023-03-20 11:34:18 +01:00
parent e84d0b8fb1
commit 28fcb60b10

View File

@@ -24,7 +24,8 @@ static void save_result(char **filenames, int *counter, size_t arr_len);
/* This code is a bit over-commented in general */
int main(int argc, char *const argv[])
{
/* Get null terminated list of files to watch, create counter of same size
/*
Get null terminated list of files to watch, create counter of same size
*/
char **file_names;