mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-31 10:01:26 +02:00
Contributing.md: Code comment for do-while sample
This commit is contained in:
parent
7fdd4afd9c
commit
c121dc3410
@ -203,6 +203,7 @@ Summary:
|
|||||||
```c++
|
```c++
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
|
// code
|
||||||
} while (false);
|
} while (false);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user