[Swan] initial thoughts on uncrustifying libreswan

Lennart Sorensen lsorense at csclub.uwaterloo.ca
Fri May 24 18:29:37 EEST 2013


On Fri, May 24, 2013 at 10:59:52AM -0400, Paul Wouters wrote:
> On Fri, 24 May 2013, Lennart Sorensen wrote:
> 
> >Now if you happen to need to do:
> >
> >	code;
> >	more code;
> >	{
> >		int i;
> >
> >		for (i=0; i<5; i++) {
> >			code;
> >		}
> >	}
> >
> >well then I just question what you are doing.
> 
> What's wrong with trying to keep variable scope as local as possible?

Nothing, but C doesn't require a block to do that anymore.

-- 
Len Sorensen


More information about the Swan mailing list