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
F157149039: D41324.id.diff
Mon, May 18, 7:06 PM
F157149011: D41324.id.diff
Mon, May 18, 7:06 PM
Unknown Object (File)
Mon, May 18, 4:53 AM
Unknown Object (File)
Sun, May 17, 6:36 PM
Unknown Object (File)
Thu, May 14, 10:22 PM
Unknown Object (File)
Wed, May 6, 3:29 AM
Unknown Object (File)
Tue, May 5, 12:10 PM
Unknown Object (File)
Tue, May 5, 12:35 AM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 52980
Build 49871: arc lint + arc unit

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.