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 | ac9a4dadfb1a3186608dbfabfef9cf02d4ee2b8d (patch) | |
| tree | 4cbe65e15ab82504fa6e8817704731234ff5f9c2 /patches | |
| parent | 34ac5f674283e39f5813306099b34df94bfebaa8 (diff) | |
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?! |
