ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/SiteMapper/Page.cpp
(Generate patch)

Comparing SiteMapper/Page.cpp (file contents):
Revision 143 by Douglas Thrift, 2004-03-31T22:55:16-08:00 vs.
Revision 144 by Douglas Thrift, 2004-03-31T23:21:15-08:00

# 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";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines