HomeFreeBSD

libc/rpc: replace comma with semicolon when pertinent.

Description

libc/rpc: replace comma with semicolon when pertinent.

Uses of commas instead of a semicolons can easily go undetected. The comma
can serve as a statement separator but this shouldn't be abused when
statements are meant to be standalone.

Detected with devel/coccinelle following a hint from DragonFlyBSD.

MFC after: 1 month

Details

Provenance
pfgAuthored on
Parents
rS303888: MFC r303676:
Branches
Unknown
Tags
Unknown