Page MenuHomeFreeBSD

ofw: remove trailing line
AbandonedPublic

Authored by christos on May 25 2023, 7:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 13, 1:09 PM
Unknown Object (File)
Sat, Aug 22, 9:21 AM
Unknown Object (File)
Aug 17 2026, 10:28 PM
Unknown Object (File)
Jul 24 2026, 6:23 PM
Unknown Object (File)
Jul 24 2026, 6:23 PM
Unknown Object (File)
Jul 14 2026, 2:03 PM
Unknown Object (File)
Jul 4 2026, 9:50 PM
Unknown Object (File)
Jun 29 2026, 9:59 PM
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.