semdelete.c: Correct spacing

This commit is contained in:
Joel Sherrill
2014-07-07 14:22:57 -05:00
parent b6343c6100
commit 3a01e8b3e0

View File

@@ -82,7 +82,7 @@ rtems_status_code rtems_semaphore_delete(
SEMAPHORE_MP_OBJECT_WAS_DELETED,
CORE_SEMAPHORE_WAS_DELETED
);
}
}
_Objects_Close( &_Semaphore_Information, &the_semaphore->Object );