Changed leading spaces to periods to ease comparing test output.

This commit is contained in:
Joel Sherrill
1999-10-25 14:09:46 +00:00
parent 538db54642
commit c774a07e88
4 changed files with 4 additions and 4 deletions

View File

@@ -121,7 +121,7 @@ void IMFS_dump_directory(
the_jnode = (IMFS_jnode_t *) the_node;
for ( i=0 ; i<=level ; i++ )
printf( " " );
printf( "...." );
IMFS_print_jnode( the_jnode );
if ( the_jnode->type == IMFS_DIRECTORY )
IMFS_dump_directory( the_jnode, level + 1 );

View File

@@ -121,7 +121,7 @@ void IMFS_dump_directory(
the_jnode = (IMFS_jnode_t *) the_node;
for ( i=0 ; i<=level ; i++ )
printf( " " );
printf( "...." );
IMFS_print_jnode( the_jnode );
if ( the_jnode->type == IMFS_DIRECTORY )
IMFS_dump_directory( the_jnode, level + 1 );

View File

@@ -121,7 +121,7 @@ void IMFS_dump_directory(
the_jnode = (IMFS_jnode_t *) the_node;
for ( i=0 ; i<=level ; i++ )
printf( " " );
printf( "...." );
IMFS_print_jnode( the_jnode );
if ( the_jnode->type == IMFS_DIRECTORY )
IMFS_dump_directory( the_jnode, level + 1 );

View File

@@ -121,7 +121,7 @@ void IMFS_dump_directory(
the_jnode = (IMFS_jnode_t *) the_node;
for ( i=0 ; i<=level ; i++ )
printf( " " );
printf( "...." );
IMFS_print_jnode( the_jnode );
if ( the_jnode->type == IMFS_DIRECTORY )
IMFS_dump_directory( the_jnode, level + 1 );