diff options
| author | Will Clardy <[email protected]> | 2021-02-15 16:55:19 -0500 |
|---|---|---|
| committer | Will Clardy <[email protected]> | 2021-02-15 16:55:19 -0500 |
| commit | 97ae27435b3782ddbde69fccc5f40caee5dda2cd (patch) | |
| tree | 3e2029227daedbd4ad409cc78b1aaefe52683833 /exercises/13_while3.zig | |
| parent | 882a6b6198148673ec97c6e38443f8e2a6a6b576 (diff) | |
| download | ziglings-97ae27435b3782ddbde69fccc5f40caee5dda2cd.tar.xz ziglings-97ae27435b3782ddbde69fccc5f40caee5dda2cd.zip | |
Manually apply `zig fmt` style to comments
Diffstat (limited to 'exercises/13_while3.zig')
| -rw-r--r-- | exercises/13_while3.zig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exercises/13_while3.zig b/exercises/13_while3.zig index 3ff42ff..778dbba 100644 --- a/exercises/13_while3.zig +++ b/exercises/13_while3.zig @@ -5,9 +5,9 @@ // // Example: // -// while (condition) : (continue expression){ +// while (condition) : (continue expression) { // -// if(other condition) continue; +// if (other condition) continue; // // } // |
