Big space and tab cleanup

Remove all space before tabs and space and tabs at end of lines.
diff --git a/testRelax.c b/testRelax.c
index 6133348..8e94a7a 100644
--- a/testRelax.c
+++ b/testRelax.c
@@ -89,7 +89,7 @@
 		    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;