[Swan] initial thoughts on uncrustifying libreswan

Paul Wouters pwouters at redhat.com
Fri May 24 17:59:52 EEST 2013


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?

Paul


More information about the Swan mailing list