From a5b6cdda583b5afd8fa7ded7ccefc9082da36f3d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 8 Sep 2008 15:19:34 +0000 Subject: 2008-09-08 Joel Sherrill * libcsupport/include/rtems/libio_.h, libcsupport/src/libio_sockets.c, libfs/src/dosfs/fat.h, libfs/src/dosfs/msdos.h, libfs/src/imfs/deviceio.c, libmisc/monitor/mon-monitor.c, libmisc/monitor/mon-object.c, libmisc/monitor/mon-symbols.c, libmisc/monitor/monitor.h, libmisc/stackchk/internal.h, rtems/inline/rtems/rtems/part.inl, score/include/rtems/system.h, score/include/rtems/score/bitfield.h, score/src/mpci.c, score/src/objectextendinformation.c, score/src/threadmp.c: Remove extraneous spaces. --- cpukit/rtems/inline/rtems/rtems/part.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/rtems/inline/rtems/rtems/part.inl') diff --git a/cpukit/rtems/inline/rtems/rtems/part.inl b/cpukit/rtems/inline/rtems/rtems/part.inl index 9cab7013bb..eb10dc4e58 100644 --- a/cpukit/rtems/inline/rtems/rtems/part.inl +++ b/cpukit/rtems/inline/rtems/rtems/part.inl @@ -67,7 +67,7 @@ RTEMS_INLINE_ROUTINE bool _Partition_Is_buffer_on_boundary ( { uint32_t offset; - offset = (uint32_t ) _Addresses_Subtract( + offset = (uint32_t) _Addresses_Subtract( the_buffer, the_partition->starting_address ); -- cgit v1.2.3