Date: Mon, 9 Feb 2004 12:42:08 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/indent indent.c Message-ID: <200402092042.i19Kg8QK023277@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2004/02/09 12:42:08 PST FreeBSD src repository Modified files: usr.bin/indent indent.c Log: Only use tabs to indent variable names if the declaration indent is nonzero (so that the 1-char indentation given by -di0 is never rendered by a tab). Removed garbage commented out code for setting the indentation of variable names. Revision Changes Path 1.21 +8 -8 src/usr.bin/indent/indent.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402092042.i19Kg8QK023277>