chiark / gitweb /
lib.c: Fix random commentary layout blunder.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 4 Mar 2024 17:28:36 +0000 (17:28 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 4 Mar 2024 17:28:36 +0000 (17:28 +0000)
lib.c

diff --git a/lib.c b/lib.c
index b509cea9b6025b8a3bed3a1eda97fc0bedd55f19..e648857a9bf2e8a113c28a02891063ad1cc48655 100644 (file)
--- a/lib.c
+++ b/lib.c
@@ -1251,7 +1251,7 @@ void config_read_env(struct config *conf, struct config_section *sect)
  *
  * This only keeps track of the immutable parameters for the substitution
  * task: stuff which changes (flags, filtering state, cursor position) is
- *      maintained separately.
+ * maintained separately.
  */
 struct subst {
   struct config *config;               /* configuration state */