Hi,
  I noted that in recent patches we started using this style:

static void
function_name(type name)
{
}

instead of the "classic" (in our code)

static void function_name(type name)
{
}

Personally I like the first and I don't complain (and other people
seems to not complain too) however sometimes it does not fit as the
other style is used.

Do we agree we can use both styles or we just didn't pay much
attention?

Frediano
_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to