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