View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000121 | file | General | public | 2019-11-12 18:10 | 2019-11-19 05:41 |
Reporter | roramirez | Assigned To | christos | ||
Priority | low | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.37 | ||||
Fixed in Version | 5.38 | ||||
Summary | 0000121: [PATCH] tab tests/test.c | ||||
Description | Fix tab in test.c | ||||
Tags | No tags attached. | ||||
|
00eb39616db1ca824f3e670a53dc1a7e8475b073.patch (854 bytes)
From 00eb39616db1ca824f3e670a53dc1a7e8475b073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= <a@rodrigoramirez.com> Date: Tue, 12 Nov 2019 12:10:02 -0500 Subject: [PATCH] Use the same tab for tests/test.c --- tests/test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test.c b/tests/test.c index 330a357b3..502522f9d 100644 --- a/tests/test.c +++ b/tests/test.c @@ -102,10 +102,10 @@ main(int argc, char **argv) desired = slurp(fp, &desired_len); fclose(fp); (void)printf("%s: %s\n", argv[1], result); - if (strcmp(result, desired) != 0) { + if (strcmp(result, desired) != 0) { (void)fprintf(stderr, "Error: result was\n%s\nexpected:\n%s\n", result, desired); return 1; - } + } } } } |
|
Fixed, thanks! |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-11-12 18:10 | roramirez | New Issue | |
2019-11-12 18:10 | roramirez | File Added: 00eb39616db1ca824f3e670a53dc1a7e8475b073.patch | |
2019-11-19 05:41 | christos | Assigned To | => christos |
2019-11-19 05:41 | christos | Status | new => assigned |
2019-11-19 05:41 | christos | Status | assigned => resolved |
2019-11-19 05:41 | christos | Resolution | open => fixed |
2019-11-19 05:41 | christos | Fixed in Version | => 5.38 |
2019-11-19 05:41 | christos | Note Added: 0003336 |