Indent
diff --git a/display.c b/display.c
index f337d5c..4d50c0a 100644
--- a/display.c
+++ b/display.c
@@ -138,8 +138,8 @@
prev_exec_cnt = curr_exec_cnt;
MX_SCOPED_LOCK(logMutexGet());
display_put("%s", ESC_CLEAR);
- display_put("------------------------------[ %s v%s ]------------------------------\n", PROG_NAME,
- PROG_VERSION);
+ display_put("------------------------------[ %s v%s ]------------------------------\n",
+ PROG_NAME, PROG_VERSION);
display_put(" Iterations : " ESC_BOLD "%" _HF_MONETARY_MOD "zu" ESC_RESET, curr_exec_cnt);
display_printKMG(curr_exec_cnt);
if (hfuzz->mutationsMax) {