11

Use different indentations in same program.
for(.....) {

}

if
{
}
else
{
}

void doSomething
{
}

static{

}

I have to stick to one convention anyhow soon.. :/

Comments
Add Comment