Page MenuHomeFreeBSD

iflib: Fix white space and reduce some line lengths
ClosedPublic

Authored by erj on Aug 4 2023, 6:03 PM.
Tags
None
Referenced Files
F98044091: D41324.id.diff
Wed, Oct 2, 3:59 AM
Unknown Object (File)
Tue, Oct 1, 1:18 AM
Unknown Object (File)
Sun, Sep 29, 2:06 PM
Unknown Object (File)
Sat, Sep 28, 1:44 AM
Unknown Object (File)
Wed, Sep 25, 4:37 PM
Unknown Object (File)
Wed, Sep 25, 5:32 AM
Unknown Object (File)
Tue, Sep 24, 7:37 AM
Unknown Object (File)
Sun, Sep 22, 12:09 PM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

erj requested review of this revision.Aug 4 2023, 6:03 PM
This revision is now accepted and ready to land.Aug 4 2023, 6:47 PM

This change doesn't acutally fix white space violations but introduces additional ones as according to style(9): 'Second level indents are four spaces'.

This change doesn't acutally fix white space violations but introduces additional ones as according to style(9): 'Second level indents are four spaces'.

It's "fix" in the context of whatever style the existing iflib code uses; if you want style(9) adherence, someone should probably re-write the iflib code to match it.