Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Consistent indentation in shim #31

Open
dlespiau opened this issue May 25, 2017 · 0 comments
Open

Consistent indentation in shim #31

dlespiau opened this issue May 25, 2017 · 0 comments

Comments

@dlespiau
Copy link
Contributor

Well.

It seems the shim has its indentation a bit random, eg.

if(foo)
if (foo)
if ( foo )

We should just stick to one and verify (in CI) that the PR are well formed.

One way to do that would be to decide we're using the kernel coding style, re-indent all the C files with scripts/Lindent from the kernel tree and check every PR with scripts/checkpatch.pl, still from the kernel tree.

Clearly, this is not high priority.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant