Cosmetic fix from Eric Norum:

This makes the headings line up above the columns a little better.
    Now that it's so easy to include/exclude the stack check code I find
    myself adding it to all my `debug' targets.
This commit is contained in:
Joel Sherrill
1998-04-27 15:14:30 +00:00
parent edbb81d0dc
commit baa876a409
3 changed files with 3 additions and 3 deletions

View File

@@ -509,7 +509,7 @@ void Stack_check_Dump_usage( void )
printf("Stack usage by thread\n");
printf(
" ID NAME LOW HIGH AVAILABLE USED\n"
" ID NAME LOW HIGH AVAILABLE USED\n"
);
for ( class_index = OBJECTS_CLASSES_FIRST ;

View File

@@ -509,7 +509,7 @@ void Stack_check_Dump_usage( void )
printf("Stack usage by thread\n");
printf(
" ID NAME LOW HIGH AVAILABLE USED\n"
" ID NAME LOW HIGH AVAILABLE USED\n"
);
for ( class_index = OBJECTS_CLASSES_FIRST ;