Page MenuHomeFreeBSD

loader: cstyle cleanup of command.c
ClosedPublic

Authored by tsoome on Apr 16 2018, 12:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
May 11 2024, 1:04 AM
Unknown Object (File)
Feb 5 2024, 10:05 AM
Unknown Object (File)
Dec 23 2023, 3:27 AM
Unknown Object (File)
Nov 19 2023, 10:50 PM
Unknown Object (File)
Aug 31 2023, 11:18 AM
Unknown Object (File)
Aug 15 2023, 8:49 PM
Unknown Object (File)
Jul 10 2023, 7:12 AM
Unknown Object (File)
May 26 2023, 7:30 PM
Subscribers
None

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 16160
Build 16113: arc lint + arc unit

Event Timeline

OK. Tagged a bunch of excess parens lines. Since you're doing style changes, you might want to consider doing them now. They aren't any more wrong now than they were before, though, so I'd understand if you didn't want to risk it if you'd extensively tested these changes.

stand/common/commands.c
74

still has excess parens.

78

excess parens

80

excess parens

84

excess parens

181–182

excess parens

185

excess parens

192

excess parens

243

excess parens

This revision is now accepted and ready to land.Apr 16 2018, 1:29 PM
tsoome marked 8 inline comments as done.

remove excess parens

This revision now requires review to proceed.Apr 16 2018, 1:58 PM

my eyeballs say that the excess paren stuff is good now. Thanks!

This revision is now accepted and ready to land.Apr 16 2018, 2:03 PM
This revision was automatically updated to reflect the committed changes.