summaryrefslogtreecommitdiff
path: root/testSchemas.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2012-09-11 13:26:36 +0800
committerDaniel Veillard <veillard@redhat.com>2012-09-11 13:26:36 +0800
commitf8e3db0445a1bc8cfe3f77326b07ec161482caa2 (patch)
treed58aad0a8629f897a8272b9a040a9416d46bb446 /testSchemas.c
parent429d3a0aae2eda7ba9451f9c9f8523c61cc0368b (diff)
downloadlibxml2-f8e3db0445a1bc8cfe3f77326b07ec161482caa2.tar.gz
Big space and tab cleanup
Remove all space before tabs and space and tabs at end of lines.
Diffstat (limited to 'testSchemas.c')
-rw-r--r--testSchemas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testSchemas.c b/testSchemas.c
index b1cb7535..b98e6313 100644
--- a/testSchemas.c
+++ b/testSchemas.c
@@ -85,7 +85,7 @@ int main(int argc, char **argv) {
int fd;
struct stat info;
const char *base;
- if (stat(argv[i], &info) < 0)
+ if (stat(argv[i], &info) < 0)
break;
if ((fd = open(argv[i], O_RDONLY)) < 0)
break;