From d1bc71db4f5a38bf3f551f0341aa020b27597ab4 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 29 Dec 2013 13:21:07 +0000 Subject: [PATCH] mood.c: Fix a trivial whitespace issue. --- mood.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mood.c b/mood.c index d15e011f..c0ec9f67 100644 --- a/mood.c +++ b/mood.c @@ -838,7 +838,7 @@ int change_current_mood(char *mood_name) if (ret < 0) return ret; log_statistics(); - PARA_INFO_LOG("%d admissible files \n", statistics.num); + PARA_INFO_LOG("%d admissible files\n", statistics.num); for (i = 0; i < statistics.num; i++) { struct admissible_file_info *a = aa.array + i; ret = add_to_score_table(a->aft_row, a->score); -- 2.39.2