mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-02 08:23:31 +02:00
Manually apply zig fmt style to comments
This commit is contained in:
@@ -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;
|
||||
//
|
||||
// }
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user