Commit d50d89d0 authored by Jean-Paul Saman's avatar Jean-Paul Saman

indentation.

parent f4c07e77
......@@ -131,8 +131,8 @@ object_base_p object_heap_lookup( object_heap_p heap, int id )
id -= heap->id_offset;
obj = (object_base_p) (heap->heap_index + id * heap->object_size);
/* Check if the object has in fact been allocated */
if ( obj->next_free != ALLOCATED )
/* Check if the object has in fact been allocated */
if ( obj->next_free != ALLOCATED )
{
return NULL;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment