]> git.ipfire.org Git - thirdparty/plymouth.git/commit
script: Enforce separate lines for function parameters
authorRay Strode <rstrode@redhat.com>
Mon, 4 Apr 2022 19:40:52 +0000 (15:40 -0400)
committerRay Strode <rstrode@redhat.com>
Mon, 4 Apr 2022 19:44:20 +0000 (15:44 -0400)
commit36f451f4f1c11fe798cfb788d658399e5fc46a73
tree02e6beac433a26ade325ac5759f76b8708fd065c
parentd021553e553be9a64b327a443f6f3993e9c4c2ff
script: Enforce separate lines for function parameters

The moment it's possible to sneak in functions like:

static void
foo (int param1, int param2)
{
}

when the style requires parameters on separate lines.

This updates the uncrustify config to account for that.
scripts/default.cfg