From 682a8ffad66fc82e350c1187eebca3d69ba19a68 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 20 Sep 2007 22:25:14 +0000 Subject: 2007-09-20 Joel Sherrill * libcsupport/src/read.c, libcsupport/src/write.c: Fix spacing. --- cpukit/ChangeLog | 4 ++++ cpukit/libcsupport/src/read.c | 2 +- cpukit/libcsupport/src/write.c | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 1485afdeca..60f4ca547b 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2007-09-20 Joel Sherrill + + * libcsupport/src/read.c, libcsupport/src/write.c: Fix spacing. + 2007-09-17 Joel Sherrill * posix/src/semaphorecreatesupp.c: Fixed warning. diff --git a/cpukit/libcsupport/src/read.c b/cpukit/libcsupport/src/read.c index 46f731e479..286edf3bab 100644 --- a/cpukit/libcsupport/src/read.c +++ b/cpukit/libcsupport/src/read.c @@ -29,7 +29,7 @@ ssize_t read( rtems_libio_check_fd( fd ); iop = rtems_libio_iop( fd ); - rtems_libio_check_is_open(iop); + rtems_libio_check_is_open( iop ); rtems_libio_check_buffer( buffer ); rtems_libio_check_count( count ); rtems_libio_check_permissions( iop, LIBIO_FLAGS_READ ); diff --git a/cpukit/libcsupport/src/write.c b/cpukit/libcsupport/src/write.c index 751aab33ed..3bda204015 100644 --- a/cpukit/libcsupport/src/write.c +++ b/cpukit/libcsupport/src/write.c @@ -36,7 +36,7 @@ ssize_t write( rtems_libio_check_fd( fd ); iop = rtems_libio_iop( fd ); - rtems_libio_check_is_open(iop); + rtems_libio_check_is_open( iop ); rtems_libio_check_buffer( buffer ); rtems_libio_check_count( count ); rtems_libio_check_permissions( iop, LIBIO_FLAGS_WRITE ); -- cgit v1.2.3