vlang / vinix

Vinix is an effort to write a modern, fast, and useful operating system in the V programming language
https://vlang.io
GNU General Public License v2.0
1.9k stars 120 forks source link

kernel: Code cleanup #6

Closed chanbakjsd closed 4 years ago

chanbakjsd commented 4 years ago

This PR cleans up whitespaces and tries to make it easier for new developer to understand the code. It also creates an else branch for a few match statements to make V happy.

bogen85 commented 4 years ago

We to get a CI / unit test framework (even if ad-hoc a first). Will be easier to do these reviews. I did look through your changes.