Updated switch statement comments.

* Now comments represent the fact that there may not be curly braces.
This commit is contained in:
Chris Cacciatore
2016-08-19 20:21:10 -07:00
parent ac4bdbd411
commit 7919812378
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ void switch_no_body(void)
void switch_empty_body(void)
{
switch(0) {};
switch(0) {}
}
/* only worried about this file compiling successfully */