aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/exercises/067_comptime2.zig
diff options
context:
space:
mode:
authorJonathan Halmen <jonathan@halmen.org>2021-11-05 16:44:29 +0100
committerJonathan Halmen <jonathan@halmen.org>2021-11-05 17:46:56 +0100
commit29d32bfa79f462ccae2d392ae3096c63c927d29f (patch)
tree3e6ea609c66930457907903329cdd947edafbb78 /exercises/067_comptime2.zig
parent4c7eebbbfca3337b5e3af33eb34979dc56716178 (diff)
fix whitespace line-endings
Diffstat (limited to 'exercises/067_comptime2.zig')
-rw-r--r--exercises/067_comptime2.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/067_comptime2.zig b/exercises/067_comptime2.zig
index 2d50099..6299dd9 100644
--- a/exercises/067_comptime2.zig
+++ b/exercises/067_comptime2.zig
@@ -8,7 +8,7 @@
// --o-- comptime * | .. .
// * | * . . . . --*-- . * .
// . . . . . . . . . | . . .
-//
+//
// When placed before a variable declaration, 'comptime'
// guarantees that every usage of that variable will be performed
// at compile time.