Date: Fri, 27 Feb 2004 08:25:06 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h Message-ID: <200402271625.i1RGP6j6090803@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2004/02/27 08:25:06 PST
FreeBSD src repository
Modified files:
sys/sys proc.h
Log:
Fix a few style nits. do { } while(0) are only used for compound
statements and nowhere else in the kernel seems to use them for single
statements. Also, all other users of do { } while(0) use multiple lines
rather than cramming it all onto one line.
Revision Changes Path
1.368 +3 -3 src/sys/sys/proc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402271625.i1RGP6j6090803>
