Re: driver source code indentation - Mailing list pgsql-jdbc

From Rene Pijlman
Subject Re: driver source code indentation
Date
Msg-id 47afptgrc59ltlso5ogs29i8r0m07ulkp4@4ax.com
Whole thread Raw
In response to Re: driver source code indentation  ("Dave Cramer" <Dave@micro-automation.net>)
List pgsql-jdbc
On Thu, 6 Sep 2001 07:06:29 -0400, you wrote:
>Public int foo(int x,int y){
>    x=y;
>}
>
>Turns into
>
>Public int foo( int x, int y )
>{
>    x = y;
>}
>
>
>I find this easier to read.

I agree. This is my preference as well in Java.

Regards,
René Pijlman <rene@lab.applinet.nl>

pgsql-jdbc by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: driver source code indentation
Next
From: Rene Pijlman
Date:
Subject: Re: driver source code indentation