LAYOUT_CPU_GAP
defdrives -= LAYOUT_CPU + LAYOUT_CPU_GAP;
(void)printf("%*s", LAYOUT_CPU + LAYOUT_CPU_GAP, "CPU");
printf("%*s", LAYOUT_CPU_GAP - 1, ""); /* the 1 is the next space */