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
Unknown Object (File)
Mon, Dec 30, 3:56 AM
Unknown Object (File)
Dec 5 2024, 6:15 PM
Unknown Object (File)
Nov 23 2024, 5:01 PM
Unknown Object (File)
Nov 22 2024, 5:53 PM
Unknown Object (File)
Nov 21 2024, 2:27 AM
Unknown Object (File)
Nov 20 2024, 10:05 AM
Unknown Object (File)
Nov 20 2024, 10:05 AM
Unknown Object (File)
Nov 20 2024, 10:05 AM

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.