New comment by kawaiiamber on void-packages repository https://github.com/void-linux/void-packages/pull/27757#issuecomment-757038704 Comment: On line 16, it's expecting a tab rather than spaces. I would squash your commits with `rebase` ``` git rebase -i HEAD~40 ``` Then squash them to one. Use `--amend` to commit and force push for future commits. ``` git commit --amend git push origin np_paleta -f ```