summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfile01/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxfile01/test.c')
-rw-r--r--testsuites/psxtests/psxfile01/test.c4
1 files changed, 2 insertions, 2 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 );