Page MenuHomeFreeBSD

ofw: remove trailing line
AbandonedPublic

Authored by christos on May 25 2023, 7:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 8, 6:43 AM
Unknown Object (File)
Jun 6 2025, 9:33 PM
Unknown Object (File)
May 10 2025, 2:39 PM
Unknown Object (File)
Apr 13 2025, 9:06 PM
Unknown Object (File)
Mar 13 2025, 10:27 AM
Unknown Object (File)
Mar 7 2025, 4:06 PM
Unknown Object (File)
Mar 7 2025, 12:12 PM
Unknown Object (File)
Mar 7 2025, 8:26 AM
Subscribers

Details

Reviewers
markj

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 51691
Build 48582: arc lint + arc unit

Event Timeline

Just for context, there used to be a style rule which said you need a blank line at the beginning of a function body that doesn't contain any local variables. We don't require this anymore, but there is lots of code in the tree which has it.

In general I would discourage this kind of patch, especially if it won't be MFCed to stable/13. If you don't MFC, then an attempt to merge a subsequent commit to stable/13 might fail due to merge conflicts.

It might be better to just abandon this revision then.