[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] Coding style. Calling functions
This subject could end opening the Pandora Box ;-)
This is the last one....I hope
I found another one, calling functions like this:
kmalloc (xxxx);
http://sparemint.org/cgi-bin/cvsweb/freemint/sys/cmdline.c?rev=1.9&content-type=text/x-cvsweb-markup
or like this
kmalloc(xxxx);
http://sparemint.org/cgi-bin/cvsweb/freemint/sys/cnf.c?rev=1.32&content-type=text/x-cvsweb-markup
with and without space between name and "(".
As it look there isn't any strict coding style, If nobody says the
opposite when I find two ways to write the code I choose the one I
prefer :-)