aboutsummaryrefslogtreecommitdiffstats
path: root/testRelax.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 /testRelax.c
parent429d3a0aae2eda7ba9451f9c9f8523c61cc0368b (diff)
downloadandroid_external_libxml2-f8e3db0445a1bc8cfe3f77326b07ec161482caa2.tar.gz
android_external_libxml2-f8e3db0445a1bc8cfe3f77326b07ec161482caa2.tar.bz2
android_external_libxml2-f8e3db0445a1bc8cfe3f77326b07ec161482caa2.zip
Big space and tab cleanup
Remove all space before tabs and space and tabs at end of lines.
Diffstat (limited to 'testRelax.c')
-rw-r--r--testRelax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testRelax.c b/testRelax.c
index 61333483..8e94a7a8 100644
--- a/testRelax.c
+++ b/testRelax.c
@@ -89,7 +89,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;