Avoid using 'for' statements without using curly braces, like for (int i=0; i<42;i++) foo();