# | Line 108 | Line 108 | ostream& operator<<(ostream& output, Pag | |
---|---|---|
108 | ||
109 | for (unsigned index = 0; index < page.children.size(); index++) | |
110 | { | |
111 | < | output << page.children[index](page.tab + 1) << '\n'; |
111 | > | output << page.children[index](page.tab + 2) << '\n'; |
112 | } | |
113 | ||
114 | output << tab << "\t</list>\n"; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |