]> Nishi Git Mirror - gwion.git/commitdiff
:art: Update linter
authorfennecdjay <fennecdjay@gmail.com>
Thu, 3 Nov 2022 22:44:34 +0000 (23:44 +0100)
committerfennecdjay <fennecdjay@gmail.com>
Thu, 3 Nov 2022 22:44:34 +0000 (23:44 +0100)
src/import/import_internals.c

index b4b2b685bce8fa142e1e75a2fae4c9f59b6605a8..b727a0aa9d6370d840e1d3beb4d1a07724170e77 100644 (file)
@@ -30,8 +30,8 @@ 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 = 4};
+  struct LintState ls     = {.builtin = true, .nindent = 4};
+  Lint             linter = {.mp = gwi->gwion->mp, .ls = &ls };
   lint_indent(&linter);
   lint(&linter, "{-}#!+ %s{0}\n", gwi->gwion->env->name);
   gwi->lint = &linter;