summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/src/open.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libcsupport/src/open.c')
-rw-r--r--c/src/exec/libcsupport/src/open.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/libcsupport/src/open.c b/c/src/exec/libcsupport/src/open.c
index 4cdf5acf35..32fd4076e6 100644
--- a/c/src/exec/libcsupport/src/open.c
+++ b/c/src/exec/libcsupport/src/open.c
@@ -102,9 +102,9 @@ int open(
/*
* See if the file exists.
*/
-
- status = rtems_filesystem_evaluate_path( pathname, eval_flags, &temp_loc, TRUE );
+ status = rtems_filesystem_evaluate_path(
+ pathname, eval_flags, &temp_loc, TRUE );
if ( status == -1 ) {
if ( errno != ENOENT ) {