Manually apply zig fmt style to comments
This commit is contained in:
parent
0d212ecf5a
commit
e58f155bd6
7 changed files with 8 additions and 10 deletions
|
|
@ -5,9 +5,9 @@
|
|||
//
|
||||
// Example:
|
||||
//
|
||||
// while (condition) : (continue expression){
|
||||
// while (condition) : (continue expression) {
|
||||
//
|
||||
// if(other condition) continue;
|
||||
// if (other condition) continue;
|
||||
//
|
||||
// }
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue