mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-07 18:33:29 +02:00
Ensure the patches are up-to-date and consistent
Add the update-patches.py tool. Update all the patches, so that the files are up-to-date and use the same patch file format.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
85c84
|
||||
85c85
|
||||
< for (???) |s| {
|
||||
---
|
||||
> for (my_seq) |s| {
|
||||
97c96
|
||||
97c97
|
||||
< while (??? != my_sentinel) {
|
||||
---
|
||||
> while (my_seq[i] != my_sentinel) {
|
||||
|
||||
Reference in New Issue
Block a user