fix pretty print
This commit is contained in:
parent
97dd517ca2
commit
d2635d0f8b
1 changed files with 1 additions and 0 deletions
|
|
@ -498,6 +498,7 @@ namespace fc
|
||||||
if( !first ) {
|
if( !first ) {
|
||||||
for( int i = 0; i < level*indent; ++i ) ss<<' ';
|
for( int i = 0; i < level*indent; ++i ) ss<<' ';
|
||||||
}
|
}
|
||||||
|
first = false;
|
||||||
ss<<v[i];
|
ss<<v[i];
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue