svn commit: r190098 - in head/sys/sparc64: fhc sparc64

David O'Brien obrien at freebsd.org
Mon Mar 23 18:32:33 PDT 2009


On Sun, Mar 22, 2009 at 09:54:34AM +0100, Christoph Mallon wrote:
> I'm ok with 80 columns. But at the same time having tab stops every 8 
> spaces - I consider this silly.

You may be missing the beauty of KNF's statement continuations.  e.g.:

	if (foo || bar || baz || other_really_long_variable ||
	    quix) {
		panic("blah");
	}



More information about the svn-src-head mailing list