aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-05-09 13:15:53 -0400
committerDave Gauer <dave@ratfactor.com>2021-05-09 13:15:53 -0400
commit2ad8de54150137244dc1d1b93bb3a75e850ee2b9 (patch)
tree4cbe65e15ab82504fa6e8817704731234ff5f9c2 /patches
parentde584dcd718b6d55179c00a4ec246f029604ab57 (diff)
downloadziglings-2ad8de54150137244dc1d1b93bb3a75e850ee2b9.tar.gz
ziglings-2ad8de54150137244dc1d1b93bb3a75e850ee2b9.tar.bz2
ziglings-2ad8de54150137244dc1d1b93bb3a75e850ee2b9.tar.xz
ziglings-2ad8de54150137244dc1d1b93bb3a75e850ee2b9.zip
Normalize interrobangs
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/028_defer2.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/patches/028_defer2.patch b/patches/patches/028_defer2.patch
index c042c45..14caf8b 100644
--- a/patches/patches/028_defer2.patch
+++ b/patches/patches/028_defer2.patch
@@ -1,4 +1,4 @@
21c21
-< std.debug.print(") ", .{}); // <---- how!?
+< std.debug.print(") ", .{}); // <---- how?!
---
-> defer std.debug.print(") ", .{}); // <---- how!?
+> defer std.debug.print(") ", .{}); // <---- how?!