Page MenuHomeFreeBSD

radix_trie: clean up overlong lines
ClosedPublic

Authored by dougm on Jun 27 2023, 6:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 29 2024, 7:31 AM
Unknown Object (File)
Nov 25 2024, 11:40 AM
Unknown Object (File)
Nov 24 2024, 7:12 PM
Unknown Object (File)
Nov 24 2024, 5:45 AM
Unknown Object (File)
Nov 24 2024, 1:34 AM
Unknown Object (File)
Nov 23 2024, 4:52 PM
Unknown Object (File)
Nov 23 2024, 4:53 AM
Unknown Object (File)
Nov 22 2024, 6:15 AM
Subscribers

Details

Summary

This is purely a cosmetic change. vm_radix.c has lines that reach past column 80 and this change cleans that up. The associated changes to subr_pctrie.c are just to keep mirroring vm_radix.c.

Diff Detail

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

Event Timeline

dougm requested review of this revision.Jun 27 2023, 6:54 AM
dougm created this revision.
This revision is now accepted and ready to land.Jun 27 2023, 2:02 PM
This revision was automatically updated to reflect the committed changes.