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)
Sun, May 17, 8:53 PM
Unknown Object (File)
Mon, May 4, 3:19 PM
Unknown Object (File)
Thu, Apr 30, 7:56 AM
Unknown Object (File)
Wed, Apr 29, 9:37 AM
Unknown Object (File)
Wed, Apr 29, 9:31 AM
Unknown Object (File)
Thu, Apr 23, 7:08 AM
Unknown Object (File)
Apr 19 2026, 3:48 PM
Unknown Object (File)
Apr 19 2026, 5:20 AM
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.