diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-05-09 13:15:53 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-05-09 13:15:53 -0400 |
commit | 2ad8de54150137244dc1d1b93bb3a75e850ee2b9 (patch) | |
tree | 4cbe65e15ab82504fa6e8817704731234ff5f9c2 /patches | |
parent | de584dcd718b6d55179c00a4ec246f029604ab57 (diff) | |
download | ziglings-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.patch | 4 |
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?! |