mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-12 23:48:58 +01:00
Merge pull request #9442 from Stevoisiak/patch-1
Contributing.md: Code comment for do-while sample
This commit is contained in:
commit
8f67a1961f
@ -203,6 +203,7 @@ Summary:
|
|||||||
```c++
|
```c++
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
|
// code
|
||||||
} while (false);
|
} while (false);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user