summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fsfseeko01
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-28 14:04:08 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-10-01 15:40:20 -0500
commit35c58a566205e429b3b67803d6ad54db974a6d81 (patch)
tree77d747d4dc72be140850223bb445f4859bef571f /testsuites/fstests/fsfseeko01
parentNew fstest to cover RFS bitmaps - fsrfsbitmap01 (diff)
downloadrtems-35c58a566205e429b3b67803d6ad54db974a6d81.tar.bz2
misc fstests: Remove spaces at EOL
Diffstat (limited to 'testsuites/fstests/fsfseeko01')
-rw-r--r--testsuites/fstests/fsfseeko01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/fstests/fsfseeko01/init.c b/testsuites/fstests/fsfseeko01/init.c
index b6de9a53d2..20797b5840 100644
--- a/testsuites/fstests/fsfseeko01/init.c
+++ b/testsuites/fstests/fsfseeko01/init.c
@@ -32,7 +32,7 @@ static void test(void)
? INT64_MAX
: (sizeof(off_t) == sizeof(int32_t) ? INT32_MAX : 1);
off_t actual_off;
-
+
errno = 0;
file = fopen("file", "w+");
perror("fopen");