From 6fd2e20feb06b7ea66a4b40cd984b1ee3f774167 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Thu, 25 Dec 2025 13:04:23 +0100 Subject: Reformat ftag_add_one_file prototype --- src/main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/main.c b/src/main.c index 51a3ef8..bd7e57a 100644 --- a/src/main.c +++ b/src/main.c @@ -225,9 +225,7 @@ static void canonicalize(char *out, const char *in) } /* Add a new file to the databse, prompting the user for needed information. */ -static void ftag_add_one_file(sqlite3 *db, - int next_id, - const char *file) +static void ftag_add_one_file(sqlite3 *db, int next_id, const char *file) { char sql[2048]; int rc; -- cgit v1.2.3