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