Date: Fri, 16 Jul 2004 21:00:51 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c Message-ID: <200407162100.i6GL0pGw012235@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2004-07-16 21:00:51 UTC FreeBSD src repository Modified files: sys/kern kern_sig.c Log: Improve readability a bit by changing some code at the end of a function that did: if (foo) return else blah to just do the simpler if (!foo) blah instead. Revision Changes Path 1.285 +2 -6 src/sys/kern/kern_sig.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407162100.i6GL0pGw012235>