mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
Contributing.md: Code comment for do-while sample
This commit is contained in:
parent
7fdd4afd9c
commit
c121dc3410
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,7 @@ Summary:
|
|||
```c++
|
||||
do
|
||||
{
|
||||
// code
|
||||
} while (false);
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue