]> Nishi Git Mirror - gwion.git/commitdiff
:art: more indent
authorfennecdjay <fennecdjay@gmail.com>
Sun, 11 Sep 2022 00:08:36 +0000 (02:08 +0200)
committerfennecdjay <fennecdjay@gmail.com>
Sun, 11 Sep 2022 00:08:36 +0000 (02:08 +0200)
src/import/import_internals.c

index d1fc02838f411d8b3df7bd10685d045366467cd9..b4b2b685bce8fa142e1e75a2fae4c9f59b6605a8 100644 (file)
@@ -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;