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)
Tue, Nov 5, 9:47 AM
Unknown Object (File)
Thu, Oct 17, 10:35 AM
Unknown Object (File)
Oct 16 2024, 3:40 AM
Unknown Object (File)
Oct 15 2024, 10:01 PM
Unknown Object (File)
Oct 15 2024, 7:32 PM
Unknown Object (File)
Oct 14 2024, 10:00 PM
Unknown Object (File)
Oct 14 2024, 10:00 PM
Unknown Object (File)
Oct 14 2024, 5:38 PM
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.