I realized that you can place a semi-colen after brackets.
And it has become a habit to put one after each function and loop and switch call. What about you guys?Code:struct my_struct
{
};
int main( void )
{
while( void )
{
switch( void )
{
};
};
};
