New review comment by MechDR on void-packages repository https://github.com/void-linux/void-packages/pull/39774#discussion_r1004628081 Comment: > * any blank lines are unnecessary I believe I had only one blank line at the end... POSIX standard I believe, everything ends with a new line... please correct me if I'm wrong :). > * we usually indent wrapped lines like the `makedepends` with only one space As in not do a bunch of spaces to align the indent? OK, no problem, feel free to correct the template and I will remember this for future commits ;). > As mentioned below we do one commit per package, so you need to squash all these. In the future, you can use `git commit --amend` to add changes without introducing new commits. I still haven't connected my main rig with GitHub, I'm still working on the web interface :-\\... I know, I'll get on it as soon as possible. Now, how do I squash the commits :). Might be a stupid question, I know, but as I said, I'm kinda new :).