HomeFreeBSD

lsvfs: restyle, no functional change

Description

lsvfs: restyle, no functional change

Namely:

  • main was using two-space indentation
  • re-sort local variables
  • explicit braces for loop scope
  • make flag bit comparison explicit

The first line of this commit message is unfortunately a lie, as it
introduces a minor functional change on non-FreeBSD systems. Namely,
the first branch is now explicitly compared against 0 and the choice
was made to compare it as greater than 0 to avoid issues on other
systems where argc != 0 on entry isn't guaranteed (negative when
checked there).

Sponsored by: Klara, Inc.

Details

Provenance
kevansAuthored on Feb 10 2022, 5:20 PM
Parents
rG3f169c54ab8e: tcp: Add/update AccECN related statistics and numbers
Branches
Unknown
Tags
Unknown