Skip to content

Formatting

Jean-Michel DECORET edited this page Jan 19, 2016 · 2 revisions

Parenthesis must be aligned. Tabulations are made by 3 space characters.

void myFunction()
{
   if (condition)
   {
      doAction();
   }
}
Clone this wiki locally