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

Consistent indentation in shim #31

@dlespiau

Description

@dlespiau

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions