Issue 1: parameter alignement
Status:  Accepted
Owner:
Project Member Reported by prog.bontiv, Nov 2, 2011
Parameter alignement don't work.

==Example==
This sample of code will pass but they are an error :

void  main(int  argc,
  char* argv[])
{
  return (0);
}