summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfile01
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 09:24:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 09:24:30 +0000
commit1b4f2b305c95a832a259e4c4944f1a0981676eba (patch)
tree1ee56809b12a03ba53d630f5483a48387f72b74a /testsuites/psxtests/psxfile01
parentRemove stray white spaces. (diff)
downloadrtems-1b4f2b305c95a832a259e4c4944f1a0981676eba.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'testsuites/psxtests/psxfile01')
-rw-r--r--testsuites/psxtests/psxfile01/test.c4
-rw-r--r--testsuites/psxtests/psxfile01/test_cat.c2
-rw-r--r--testsuites/psxtests/psxfile01/test_extend.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/psxtests/psxfile01/test.c b/testsuites/psxtests/psxfile01/test.c
index bf77d44935..fe14649218 100644
--- a/testsuites/psxtests/psxfile01/test.c
+++ b/testsuites/psxtests/psxfile01/test.c
@@ -438,7 +438,7 @@ int main(
while ( fgets(buffer, 128, file) )
printf( "%s", buffer );
- /*
+ /*
* Verify only atime changed for a read.
*/
status = stat( "/tmp/j", &buf );
@@ -464,7 +464,7 @@ int main(
status = truncate( "/tmp/j", 40 );
assert( !status );
- /*
+ /*
* Verify truncate changed only atime.
*/
status = stat( "/tmp/j", &buf );
diff --git a/testsuites/psxtests/psxfile01/test_cat.c b/testsuites/psxtests/psxfile01/test_cat.c
index ea1e63ef7e..0dfcd3975b 100644
--- a/testsuites/psxtests/psxfile01/test_cat.c
+++ b/testsuites/psxtests/psxfile01/test_cat.c
@@ -1,5 +1,5 @@
/*
- * A test support function which performs a crude version of
+ * A test support function which performs a crude version of
* "cat" so you can look at specific parts of a file.
*
* $Id$
diff --git a/testsuites/psxtests/psxfile01/test_extend.c b/testsuites/psxtests/psxfile01/test_extend.c
index 3ab66c1410..bbc5b7b5d7 100644
--- a/testsuites/psxtests/psxfile01/test_extend.c
+++ b/testsuites/psxtests/psxfile01/test_extend.c
@@ -1,5 +1,5 @@
/*
- * A test support function which extends the file to the specified
+ * A test support function which extends the file to the specified
* length. This handles the implied open(), lseek(), write(), and close()
* operations.
*