summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/rfs/rtems-rfs-buffer.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-11-06 12:44:24 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-11-06 12:44:24 +0000
commit66b8047e52d02c9d440d3b95acc29f7db6ba0883 (patch)
treeafd34d1fc81f3ae2b21023e514fb4eaa95b4f61a /cpukit/libfs/src/rfs/rtems-rfs-buffer.h
parent2011-11-06 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-66b8047e52d02c9d440d3b95acc29f7db6ba0883.tar.bz2
Remove stray whitespaces.
Diffstat (limited to 'cpukit/libfs/src/rfs/rtems-rfs-buffer.h')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-buffer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer.h b/cpukit/libfs/src/rfs/rtems-rfs-buffer.h
index e207f5c7d3..3bb09490e1 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-buffer.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-buffer.h
@@ -168,7 +168,7 @@ typedef struct rtems_rfs_buffer_handle_t
* @param read Read the data from the disk.
* @return int The error number (errno). No error if 0.
*/
-int rtems_rfs_buffer_handle_request (rtems_rfs_file_system* fs,
+int rtems_rfs_buffer_handle_request (rtems_rfs_file_system* fs,
rtems_rfs_buffer_handle* handle,
rtems_rfs_buffer_block block,
bool read);
@@ -197,7 +197,7 @@ rtems_rfs_buffer_handle_open (rtems_rfs_file_system* fs,
rtems_rfs_buffer_handle* handle)
{
handle->dirty = false;
- handle->bnum = 0;
+ handle->bnum = 0;
handle->buffer = NULL;
return 0;
}
@@ -215,7 +215,7 @@ rtems_rfs_buffer_handle_close (rtems_rfs_file_system* fs,
{
rtems_rfs_buffer_handle_release (fs, handle);
handle->dirty = false;
- handle->bnum = 0;
+ handle->bnum = 0;
handle->buffer = NULL;
return 0;
}