[Spice-devel] Function definition style
Frediano Ziglio
fziglio at redhat.com
Mon Oct 10 16:54:26 UTC 2016
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
More information about the Spice-devel
mailing list