mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Changed leading spaces to periods to ease comparing test output.
This commit is contained in:
@@ -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 );
|
||||
|
||||
@@ -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 );
|
||||
|
||||
@@ -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 );
|
||||
|
||||
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user