Minor fix in coding style guide

This commit is contained in:
David Capello 2021-01-14 12:45:32 -03:00
parent 090743155b
commit ffbe4863ca

View File

@ -25,7 +25,7 @@ void global_function(int arg1, int arg2,
do {
...
} while (condition);
} while (condition);
switch (condition) {
case 1: