[Openmcl-devel] CCL kernel coding style question

Ron Garret ron at flownet.com
Sun May 1 12:26:45 PDT 2016


The CCL kernel C code is written in this style

return_type
function_name(args…)
{
  code…

Instead of what has always seemed to me to be the much more readable (and conservative of screen real estate):

return_type function_name(args) {
  code…

Because I hold the CCL developers in the highest regard I thought I would ask: is there a reason you chose the first style over the second?

rg




More information about the Openmcl-devel mailing list