Page MenuHomeFreeBSD

makefs(8): fix continuing lines' indentation
AbandonedPublic

Authored by christos on Apr 5 2023, 9:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 22, 4:28 PM
Unknown Object (File)
Thu, Jun 20, 5:36 PM
Unknown Object (File)
Thu, Jun 20, 5:22 PM
Unknown Object (File)
Thu, Jun 20, 1:21 PM
Unknown Object (File)
Thu, Jun 20, 12:48 PM
Unknown Object (File)
Thu, Jun 20, 12:42 PM
Unknown Object (File)
May 10 2024, 8:21 AM
Unknown Object (File)
May 4 2024, 8:07 AM
Subscribers

Details

Reviewers
markj
emaste
Summary

No functional change.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

christos updated this revision to Diff 119926.

how does this interact with our efforts to reduce diffs with OpenBSD and NetBSD?

In D39443#897801, @imp wrote:

how does this interact with our efforts to reduce diffs with OpenBSD and NetBSD?

After a quick look at their code, it looks like they haven't fixed this either.

In D39443#897801, @imp wrote:

how does this interact with our efforts to reduce diffs with OpenBSD and NetBSD?

After a quick look at their code, it looks like they haven't fixed this either.

I think the point is that we'd rather not diverge from them more than necessary. For instance, this makes it harder to compare the different versions to find bug fixes. Sweeping style commits are generally discouraged for reasons like this.