aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <ratfactor@gmail.com>2021-03-03 09:00:16 -0500
committerGitHub <noreply@github.com>2021-03-03 09:00:16 -0500
commit6d4d7556f820bdddc239cf4d78a59289e21e4f15 (patch)
tree3d77befe2dfe79c2ff5abd55ce97de7456a24ba1 /build.zig
parent2f1bf6f1af812bb5b53ac075d9e208dcb0f9abbb (diff)
parentfee737380b449f7ed911cf2fd28dbfe97e284b3d (diff)
downloadziglings-6d4d7556f820bdddc239cf4d78a59289e21e4f15.tar.gz
ziglings-6d4d7556f820bdddc239cf4d78a59289e21e4f15.tar.bz2
ziglings-6d4d7556f820bdddc239cf4d78a59289e21e4f15.tar.xz
ziglings-6d4d7556f820bdddc239cf4d78a59289e21e4f15.zip
Merge pull request #30 from JosephTLyons/Whitespace-cleanup
Cleaned up some extraneous whitespace characters
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.zig b/build.zig
index 7892117..8d1debd 100644
--- a/build.zig
+++ b/build.zig
@@ -345,7 +345,7 @@ pub fn build(b: *Builder) void {
\\ _ _ _
\\ ___(_) __ _| (_)_ __ __ _ ___
\\ |_ | |/ _' | | | '_ \ / _' / __|
- \\ / /| | (_| | | | | | | (_| \__ \
+ \\ / /| | (_| | | | | | | (_| \__ \
\\ /___|_|\__, |_|_|_| |_|\__, |___/
\\ |___/ |___/
\\
@@ -522,7 +522,7 @@ const ZiglingStep = struct {
zig_args.append(@tagName(builder.color)) catch unreachable;
}
- const zig_file = std.fs.path.join(builder.allocator, &[_][]const u8{
+ const zig_file = std.fs.path.join(builder.allocator, &[_][]const u8{
if (self.use_healed) "patches/healed" else "exercises", self.exercise.main_file }) catch unreachable;
zig_args.append(builder.pathFromRoot(zig_file)) catch unreachable;