mirror of
https://github.com/adtools/clib2.git
synced 2026-05-02 10:16:27 +00:00
Indentation fix.
This commit is contained in:
4
library/stdlib_get_slab_usage.c
Normal file → Executable file
4
library/stdlib_get_slab_usage.c
Normal file → Executable file
@@ -78,7 +78,9 @@ __get_slab_usage(__slab_usage_callback callback)
|
||||
|
||||
if (sui.sui_num_slabs > 0)
|
||||
{
|
||||
for(i = 0, stop = FALSE ; NOT stop && i < (int)NUM_ENTRIES(__slab_data.sd_Slabs) ; i++)
|
||||
for (i = 0, stop = FALSE ;
|
||||
stop == FALSE && i < (int)NUM_ENTRIES(__slab_data.sd_Slabs) ;
|
||||
i++)
|
||||
{
|
||||
for (sn = (struct SlabNode *)__slab_data.sd_Slabs[i].mlh_Head ;
|
||||
sn->sn_MinNode.mln_Succ != NULL ;
|
||||
|
||||
Reference in New Issue
Block a user