kokoko3k / gopreload

Preloads files needed for given programs.
43 stars 7 forks source link

Cleaning of indentation and spacing #8

Closed Elcoid closed 1 year ago

Elcoid commented 1 year ago

Hi, I looked at the scripts and the source code of gopreload and saw places where the indentation was inconsistent and made it hard to read. This pull request contains how I would fix the indentation and the spacing. I also fixed a few typos in the README file.

I hope this is helpful, Have a good day

kokoko3k commented 1 year ago

Thank you, unfortunately I've no time to check this deeply, nor I am using this anymore. If you are sure all works as expected, I'll merge it, please, double check.

Elcoid commented 1 year ago

I will make more tests and come back to you (just to make sure)

Elcoid commented 1 year ago

Hello, I made more tests (and found one more typo in the process 😁) and everything seems well. If you want to verify quickly, you can use git diff -w to ignore the whitespaces. The remaining changes are easier to read this way.