summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJoseph T Lyons <JosephTLyons@gmail.com>2021-03-02 23:06:09 -0500
committerJoseph T Lyons <JosephTLyons@gmail.com>2021-03-02 23:06:09 -0500
commita26c3eb36f655b1b14a532ba50a194dbf42d6c99 (patch)
tree3d77befe2dfe79c2ff5abd55ce97de7456a24ba1
parentc204ac929107ac7a124ed04e4f7c5a3ad9574809 (diff)
Cleaned up some extraneous whitespace characters
-rw-r--r--.gitattributes1
-rw-r--r--README.md1
-rw-r--r--build.zig4
-rw-r--r--patches/README.md1
4 files changed, 2 insertions, 5 deletions
diff --git a/.gitattributes b/.gitattributes
index 2ab768e..97386d9 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -14,4 +14,3 @@
# Text files to always have LF (unix) line endings on checkout.
*.sh text eol=lf
*.zig text eol=lf
-
diff --git a/README.md b/README.md
index de0a808..b5262f5 100644
--- a/README.md
+++ b/README.md
@@ -163,4 +163,3 @@ Planned exercises:
The initial topics for these exercises were unabashedly cribbed from
[ziglearn.org](https://ziglearn.org/). I've since moved things around
in an order that I think best lets each topic build upon each other.
-
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;
diff --git a/patches/README.md b/patches/README.md
index b3249fa..c249949 100644
--- a/patches/README.md
+++ b/patches/README.md
@@ -32,4 +32,3 @@ $ zig build -Dhealed [step]
Another Bash shell script named `gollum.sh` may also be found. He snatches the
original answers and stows them in his secret answers stash. If you leave him
alone, he'll leave you alone.
-