[PATCH 3/3] stat: Remove duplicate space in __show_run_stats()

Niklas Cassel <[email protected]> Fri, 6 Feb 2026 17:40:58 +0100
Newsgroups org.kernel.vger.fio
Message-ID <[email protected]>
Remove duplicate space in __show_run_stats().

Signed-off-by: Niklas Cassel <[email protected]>
---
 stat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stat.c b/stat.c
index b999eb4b..620b4626 100644
--- a/stat.c
+++ b/stat.c
@@ -2604,7 +2604,7 @@ void __show_run_stats(void)
 				ts->error = td->first_error;
 				snprintf(ts->verror, sizeof(ts->verror), "%s",
 					 td->verror);
-			} else  if (td->error) {
+			} else if (td->error) {
 				ts->error = td->error;
 				snprintf(ts->verror, sizeof(ts->verror), "%s",
 					 td->verror);
-- 
2.53.0