GNU coding standards: Difference between revisions

Content deleted Content added
No edit summary
Line 7:
 
int main()
{
foo(bar);
}
The basic level of indentation puts the curly brackets on one line, indenting them two spaces in. The statement(s) after the brackets are indented four spaces in.
 
 
== Variable Declaration ==