From 29d32bfa79f462ccae2d392ae3096c63c927d29f Mon Sep 17 00:00:00 2001 From: Jonathan Halmen Date: Fri, 5 Nov 2021 16:44:29 +0100 Subject: fix whitespace line-endings --- exercises/082_anonymous_structs3.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exercises/082_anonymous_structs3.zig') diff --git a/exercises/082_anonymous_structs3.zig b/exercises/082_anonymous_structs3.zig index 6b5fe04..1214589 100644 --- a/exercises/082_anonymous_structs3.zig +++ b/exercises/082_anonymous_structs3.zig @@ -29,7 +29,7 @@ // If a .{} thing is what the print function wants, do we need to // break our "tuple" apart and put it in another one? No! It's // redundant! This will print the same thing: -// +// // print("{} {}\n", foo); // // Aha! So now we know that print() takes a "tuple". Things are -- cgit v1.2.3-70-g09d2