summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2019-11-19 05:41:25 +0000
committerChristos Zoulas <christos@zoulas.com>2019-11-19 05:41:25 +0000
commit70629da9c7e18515f94a10819d0e992ccef79de7 (patch)
tree551ac1e925b8f4f18ba177f50433ce5687ce7b55 /tests
parent691f6eb892a5c9d2dfd3d97212ffc63197c1fa25 (diff)
downloadfile-git-70629da9c7e18515f94a10819d0e992ccef79de7.tar.gz
PR/121: roramirez: Fix format (tabify)
Diffstat (limited to 'tests')
-rw-r--r--tests/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test.c b/tests/test.c
index 330a357b..502522f9 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;
- }
+ }
}
}
}