mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 13:43:33 +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++
|
||||
do
|
||||
{
|
||||
// code
|
||||
} while (false);
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user