Whoops. All my code so far used TABs for indenting function args 😐
Another thing I noticed, is that I had to special case the switch/case
alignment to this:

switch (...)
    case FOO:
        code...

>From the default:

switch (...)
case FOO:
    code...

But I noticed Barrett latest code (the var one?) used the latter.

https://github.com/brho/akaros/compare/2fa42319139e...535ec6030b9a#diff-c9b227a40e4ac1f42ec3aa14329b6d8bR188

-- 
You received this message because you are subscribed to the Google Groups 
"Akaros" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to