summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/fs.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/fs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/include/rtems/fs.h b/cpukit/include/rtems/fs.h
index 888c13f1b4..e86ca5dafe 100644
--- a/cpukit/include/rtems/fs.h
+++ b/cpukit/include/rtems/fs.h
@@ -24,7 +24,7 @@ extern "C" {
/* Forward declarations */
-/* FIXME: shouldn't this better not be here? */
+/* FIXME: shouldn't this better not be here? */
typedef struct rtems_libio_tt rtems_libio_t;
typedef struct rtems_filesystem_location_info_tt
@@ -34,15 +34,15 @@ struct rtems_filesystem_mount_table_entry_tt;
typedef struct rtems_filesystem_mount_table_entry_tt
rtems_filesystem_mount_table_entry_t;
-typedef struct _rtems_filesystem_file_handlers_r
+typedef struct _rtems_filesystem_file_handlers_r
rtems_filesystem_file_handlers_r;
-typedef struct _rtems_filesystem_operations_table
+typedef struct _rtems_filesystem_operations_table
rtems_filesystem_operations_table;
/*
* Structure used to determine a location/filesystem in the tree.
*/
-
+
struct rtems_filesystem_location_info_tt
{
void *node_access;