summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2022-10-30 06:13:02 +0000
committerRyo Nakamura <upa@haeena.net>2022-10-30 06:13:02 +0000
commit65bdbdaede54ff2350f96d09baeedf78d7254309 (patch)
tree4767569de9721157cc9ee73d7205988f32b8790e /src/main.c
parent5d848ccab179aa12a9658b7656fc65ac73995887 (diff)
little refactoring for param names
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';