Date: Thu, 24 Jun 2004 17:44:14 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_extattr.c Message-ID: <200406241744.i5OHiEnM053580@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-06-24 17:44:14 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_extattr.c Log: White space cleanup: use spaces instead of tabs in variable declarations local to a function. Remove a couple of blank lines in variable declarations. In one case, explicitly test against NULL rather than using a pointer as a boolean directly. Revision Changes Path 1.69 +55 -57 src/sys/ufs/ufs/ufs_extattr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406241744.i5OHiEnM053580>