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, Jun 3, 9:08 AM
Unknown Object (File)
Fri, May 24, 1:30 PM
Unknown Object (File)
May 2 2024, 7:42 PM
Unknown Object (File)
Apr 26 2024, 1:21 AM
Unknown Object (File)
Dec 31 2023, 9:05 PM
Unknown Object (File)
Dec 23 2023, 8:36 AM
Unknown Object (File)
Dec 15 2023, 11:49 PM
Unknown Object (File)
Dec 12 2023, 1:56 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.