20.07.2013, 18:10
Most of the time, yes
I use K&R style most of the time.. I put spaces between the previous statement so it is readable
I use K&R style most of the time.. I put spaces between the previous statement so it is readable
pawn Code:
if(condition) {
//do this shizzel
DoShizzel();
}