mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:24:44 +02:00
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