Page MenuHomeFreeBSD

syslogd: Style fixes
ClosedPublic

Authored by jfree on Aug 8 2023, 3:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 19, 6:03 AM
Unknown Object (File)
Thu, Apr 17, 12:42 PM
Unknown Object (File)
Mon, Apr 7, 5:05 PM
Unknown Object (File)
Sun, Apr 6, 12:35 AM
Unknown Object (File)
Feb 3 2025, 3:27 PM
Unknown Object (File)
Jan 27 2025, 3:15 PM
Unknown Object (File)
Jan 27 2025, 2:31 PM
Unknown Object (File)
Jan 27 2025, 12:41 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

This revision is now accepted and ready to land.Aug 9 2023, 7:14 PM
This revision now requires review to proceed.Aug 10 2023, 11:10 PM
This revision is now accepted and ready to land.Aug 11 2023, 2:50 PM
emaste added inline comments.
usr.sbin/syslogd/syslogd.c
2355

if this sizeof was done with the rest you could add the space there. (Not sure if it's sizeof() in main or as a result of your sizeof cleanup commit)

usr.sbin/syslogd/syslogd.c
2355

if this sizeof was done with the rest you could add the space there. (Not sure if it's sizeof() in main or as a result of your sizeof cleanup commit)

It is sizeof() in main, IIRC. This patch is set before the sizeof() style patch.

This revision was automatically updated to reflect the committed changes.