From 50f32b11653429546d7b8ff2693b5232b885e201 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 18 Apr 2004 06:05:35 +0000 Subject: Remove stray white spaces. --- cpukit/libcsupport/src/chown.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/libcsupport/src/chown.c') diff --git a/cpukit/libcsupport/src/chown.c b/cpukit/libcsupport/src/chown.c index fc2968cccd..8ac0a91979 100644 --- a/cpukit/libcsupport/src/chown.c +++ b/cpukit/libcsupport/src/chown.c @@ -35,7 +35,7 @@ int chown( if ( rtems_filesystem_evaluate_path( path, 0x00, &loc, TRUE ) ) return -1; - + if ( !loc.ops->chown_h ) { rtems_filesystem_freenode( &loc ); rtems_set_errno_and_return_minus_one( ENOTSUP ); @@ -44,6 +44,6 @@ int chown( result = (*loc.ops->chown_h)( &loc, owner, group ); rtems_filesystem_freenode( &loc ); - + return result; } -- cgit v1.2.3