Manually apply zig fmt style to comments
This commit is contained in:
parent
882a6b6198
commit
97ae27435b
7 changed files with 8 additions and 10 deletions
|
|
@ -1,9 +1,9 @@
|
|||
//
|
||||
// You can force a loop to exit immediately with a "break" statement:
|
||||
//
|
||||
// while (condition) : (continue expression){
|
||||
// while (condition) : (continue expression) {
|
||||
//
|
||||
// if(other condition) break;
|
||||
// if (other condition) break;
|
||||
//
|
||||
// }
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue