From 4c4a5100bd0bf42c872b90ba1a2fe265b6305448 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Sun, 11 Sep 2022 02:08:36 +0200 Subject: [PATCH] :art: more indent --- src/import/import_internals.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/import/import_internals.c b/src/import/import_internals.c index d1fc0283..b4b2b685 100644 --- a/src/import/import_internals.c +++ b/src/import/import_internals.c @@ -31,7 +31,7 @@ ANN void gwi_reset(const Gwi gwi) { ANN static m_bool run_with_doc(const Gwi gwi, m_bool (*f)(const Gwi)) { struct LintState ls = {.builtin = true, }; - Lint linter = {.mp = gwi->gwion->mp, .ls = &ls, .nindent = 2}; + Lint linter = {.mp = gwi->gwion->mp, .ls = &ls, .nindent = 4}; lint_indent(&linter); lint(&linter, "{-}#!+ %s{0}\n", gwi->gwion->env->name); gwi->lint = &linter; -- 2.43.0