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 <[EMAIL PROTECTED]> ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
- [JDBC] driver source code indentation Liam Stewart
- Re: [JDBC] driver source code indentation Bruce Momjian
- Re: [JDBC] driver source code indentation Anders Bengtsson
- Re: [JDBC] driver source code indentation Barry Lind
- Re: [JDBC] driver source code indentation Ross J. Reedstrom
- Re: [JDBC] driver source code indentation Liam Stewart
- Re: [JDBC] driver source code indentation Tom Lane
- Re: [JDBC] driver source code indentation Thomas O'Dowd
- Re: [JDBC] driver source code indentation Dave Cramer
- Re: [JDBC] driver source code indentation Dave Cramer
- Re: [JDBC] driver source code indentation Rene Pijlman
- Re: [JDBC] driver source code indentation Barry Lind
- Re: [JDBC] driver source code indentation Liam Stewart
- Re: [JDBC] driver source code indentation Bruce Momjian
- Re: [JDBC] driver source code indentation Rene Pijlman