summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index e8bf8b4..70534f0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -425,9 +425,9 @@ static void print_progress_bar(double percent, char *suffix)
struct winsize ws;
char buf[128];
-/*
- * [=======> ] XX.X% SUFFIX
- */
+ /*
+ * [=======> ] XX.X% SUFFIX
+ */
buf[0] = '\0';