- Timestamp:
- 2010-08-20T08:22:28Z (14 years ago)
- Branches:
- master
- Children:
- 801b90b
- Parents:
- 80175a1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/xmltree.c
r80175a1 rf2520b5 331 331 /* Indentation */ 332 332 for( c = node; c->parent; c = c->parent ) 333 printf( " \t" );333 printf( " " ); 334 334 335 335 /* Start the tag */ … … 369 369 if( node->children ) 370 370 for( c = node; c->parent; c = c->parent ) 371 printf( " \t" );371 printf( " " ); 372 372 373 373 /* Non-empty tag is now finished. */
Note: See TracChangeset
for help on using the changeset viewer.