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/include/rtems/libio.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'cpukit/libcsupport/include/rtems/libio.h') diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h index 498ecd1f59..4819be4868 100644 --- a/cpukit/libcsupport/include/rtems/libio.h +++ b/cpukit/libcsupport/include/rtems/libio.h @@ -140,9 +140,9 @@ struct _rtems_filesystem_file_handlers_r { /* * XXX - * This routine does not allocate any space and rtems_filesystem_freenode_t + * This routine does not allocate any space and rtems_filesystem_freenode_t * is not called by the generic after calling this routine. - * ie. node_access does not have to contain valid data when the + * ie. node_access does not have to contain valid data when the * routine returns. */ @@ -228,9 +228,9 @@ typedef int (*rtems_filesystem_symlink_t)( ); typedef int (*rtems_filesystem_readlink_t)( - rtems_filesystem_location_info_t *loc, /* IN */ - char *buf, /* OUT */ - size_t bufsize + rtems_filesystem_location_info_t *loc, /* IN */ + char *buf, /* OUT */ + size_t bufsize ); /* @@ -342,7 +342,7 @@ struct rtems_libio_tt { off_t offset; /* current offset into file */ uint32_t flags; rtems_filesystem_location_info_t pathinfo; - Objects_Id sem; + Objects_Id sem; uint32_t data0; /* private to "driver" */ void *data1; /* ... */ void *file_info; /* used by file handlers */ @@ -476,8 +476,8 @@ union __rtems_dev_t { } __overlay; }; -static inline dev_t rtems_filesystem_make_dev_t( - rtems_device_major_number _major, +static inline dev_t rtems_filesystem_make_dev_t( + rtems_device_major_number _major, rtems_device_minor_number _minor ) { -- cgit v1.2.3