Page MenuHomeFreeBSD

syslogd: Style fixes
ClosedPublic

Authored by jfree on Aug 8 2023, 3:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 9, 10:47 PM
Unknown Object (File)
Sat, Jan 4, 12:54 AM
Unknown Object (File)
Dec 14 2024, 5:13 PM
Unknown Object (File)
Dec 14 2024, 5:40 AM
Unknown Object (File)
Dec 13 2024, 6:11 PM
Unknown Object (File)
Dec 3 2024, 10:51 PM
Unknown Object (File)
Dec 2 2024, 1:06 AM
Unknown Object (File)
Nov 23 2024, 3:55 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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
2407

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
2407

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.