1
0
mirror of https://github.com/adtools/clib2.git synced 2026-05-02 10:16:27 +00:00

Indentation fix.

This commit is contained in:
obarthel
2023-09-10 11:15:25 +02:00
parent 8bd7403ae3
commit f7fd63acb4

4
library/stdlib_get_slab_usage.c Normal file → Executable file
View 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 ;