mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Merge pull request #9442 from Stevoisiak/patch-1
Contributing.md: Code comment for do-while sample
This commit is contained in:
@ -203,6 +203,7 @@ Summary:
|
||||
```c++
|
||||
do
|
||||
{
|
||||
// code
|
||||
} while (false);
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user