Subject: Re: Parentheses and KNF
To: Wolfgang Solfrank <ws@tools.de>
From: Skeelo <skeelo@white-dwarf.dyn.ml.org>
List: current-users
Date: 08/20/1998 15:41:42
Ahh I find the first version easier to deal with than the second.

Just my opinion.

On Thu, 20 Aug 1998, Wolfgang Solfrank wrote:

[snipped]
> I like to express the semantics more with the indentation, i.e. instead of:
> 
> 				dirbuf.d_fileno = cntobn(pmp,
> 				    pmp->pm_rootdirblk) * dirsperblk;
> 
> I like this more:
> 
> 				dirbuf.d_fileno = cntobn(pmp,
> 							 pmp->pm_rootdirblk)
> 						  * dirsperblk;
>