On Tue, Sep 14, 2010 at 9:48 AM, Owen Taylor <otay...@redhat.com> wrote:
 But
> remember, GTK+ is using GNU style bracing and that pretty much takes the
> question out of the matter. Doing:
>
>  if (conditition)
>   {
>     single_statement ();
>   }
>  else
>   {
>     another_single_statement ();
>   }
>
> consistently wouldn't really fly. (Plus, there's the question of all the
> existing code...)

why not?
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to