From: fennecdjay Date: Sun, 11 Sep 2022 00:08:36 +0000 (+0200) Subject: :art: more indent X-Git-Tag: nightly~258 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=4c4a5100bd0bf42c872b90ba1a2fe265b6305448;p=gwion.git :art: more indent --- 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;