From 97ae27435b3782ddbde69fccc5f40caee5dda2cd Mon Sep 17 00:00:00 2001 From: Will Clardy Date: Mon, 15 Feb 2021 16:55:19 -0500 Subject: Manually apply `zig fmt` style to comments --- exercises/13_while3.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exercises/13_while3.zig') 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; // // } // -- cgit v1.2.3