summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/inline/rtems/rtems/part.inl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/inline/rtems/rtems/part.inl2
1 files changed, 1 insertions, 1 deletions
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
);