Page MenuHomeFreeBSD

sys/mman.h: consistently use `#define<tab>`
ClosedPublic

Authored by brooks on Aug 6 2024, 12:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 21 2024, 4:34 PM
Unknown Object (File)
Oct 22 2024, 12:25 AM
Unknown Object (File)
Oct 22 2024, 12:24 AM
Unknown Object (File)
Oct 22 2024, 12:24 AM
Unknown Object (File)
Oct 21 2024, 10:46 PM
Unknown Object (File)
Oct 18 2024, 1:12 PM
Unknown Object (File)
Oct 6 2024, 8:32 AM
Unknown Object (File)
Sep 26 2024, 3:14 PM
Subscribers
None

Details

Summary

There were 12 cases of #define<space> and 91 of #define<tab> and in
some cases like msync() flags (MS_*) there wasn't consistency.

Diff Detail

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

Event Timeline

brooks created this revision.

I noticed the inconsistent MS_ flags when looking at a CheriBSD diff and it seemed worth fixing. I'll follow up with a commit to .git-blame-ignore-revs once this lands.

It's about 50/50 in the tree. Style(9) sez tabs

This revision is now accepted and ready to land.Aug 6 2024, 1:13 AM
This revision was automatically updated to reflect the committed changes.