Contributing.md: Code comment for do-while sample
This commit is contained in:
parent
7fdd4afd9c
commit
c121dc3410
|
@ -203,6 +203,7 @@ Summary:
|
|||
```c++
|
||||
do
|
||||
{
|
||||
// code
|
||||
} while (false);
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue