mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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