On Tue, Apr 10, 2018 at 04:49:50PM +0800, Fam Zheng wrote: [...]
> We have had > > function_name() > { > ... > > and > > function_name() { > ... > > and > > function_name () { > ... > > finally you invent the last in the family: > > function_name () > { > > :) I was careful about whether we were using the "function" keyword, but still that seems to be not enough... :-) [...] > Reviewed-by: Fam Zheng <f...@redhat.com> Thanks! -- Peter Xu