[Freeciv-Dev] Re: (PR#7369) [RFC] Coding style
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=7369 >
On Mon, 2 Feb 2004, Raimar Falke wrote:
>
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=7369 >
>
>
> We currently have both
>
> int foo()
> {
> return p->bar;
> }
>
> and
>
> int foo()
> {
> return (p->bar);
> }
>
> Can we change to coding style so that one is preferred?
In the interests of minimum clutter, I suggest we keep the first form.
---
Vasco Alexandre da Silva Costa @ Instituto Superior Tecnico, Lisboa
- [Freeciv-Dev] Re: (PR#7369) [RFC] Coding style, Jason Short, 2004/02/02
- [Freeciv-Dev] Re: (PR#7369) [RFC] Coding style, Raimar Falke, 2004/02/02
- [Freeciv-Dev] Re: (PR#7369) [RFC] Coding style, Per I. Mathisen, 2004/02/02
- [Freeciv-Dev] Re: (PR#7369) [RFC] Coding style, Jason Short, 2004/02/02
- [Freeciv-Dev] Re: (PR#7369) [RFC] Coding style, Raimar Falke, 2004/02/02
- [Freeciv-Dev] Re: (PR#7369) [RFC] Coding style, Mike Kaufman, 2004/02/02
- [Freeciv-Dev] Re: (PR#7369) [RFC] Coding style, Gregory Berkolaiko, 2004/02/02
- [Freeciv-Dev] Re: (PR#7369) [RFC] Coding style,
Vasco Alexandre da Silva Costa <=
- [Freeciv-Dev] Re: (PR#7369) [RFC] Coding style, Vasco Alexandre da Silva Costa, 2004/02/02
|
|