multiprogress.h: Fix an erroneously indented line.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 25 Mar 2022 00:48:22 +0000 (00:48 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 25 Mar 2022 00:48:49 +0000 (00:48 +0000)
multiprogress.h

index 752eb8c..7d8a6e7 100644 (file)
@@ -14,7 +14,7 @@ struct progress_ttyinfo {
     const char *mr, *md, *me;          /*   reverse video, bold */
     const char *af, *ab, *op;          /*   colour */
   } cap;
-    unsigned defwd, defht;             /* default width and height */
+  unsigned defwd, defht;               /* default width and height */
 };
 #define PROGRESS_TTYINFO_INIT { 0, 0, 0, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }