mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-29 00:34:52 +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++
|
```c++
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
|
// code
|
||||||
} while (false);
|
} while (false);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue