Minor style fixes.

This commit is contained in:
Ruben Ayrapetyan
2014-07-23 20:41:21 +04:00
parent 2ff5d14b06
commit 8d180e9be1
4 changed files with 9 additions and 23 deletions
+2 -2
View File
@@ -477,7 +477,7 @@ mem_heap_print( bool dump_block_data) /**< print block with data (true)
#endif /* MEM_STATS */
__printf("\n");
} /* mem_PrintHeap */
} /* mem_heap_print */
/**
* Check heap consistency
@@ -534,7 +534,7 @@ mem_heap_stat_init()
mem_heap_stats.size = mem_heap.heap_size;
mem_heap_stats.blocks = 1;
} /* mem_InitStats */
} /* mem_heap_stat_init */
/**
* Account block allocation