Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/CompoundStmt.cc

    rde62360d r843054c2  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Jun 23 11:37:49 2015
    13 // Update Count     : 3
     12// Last Modified On : Mon May 18 08:11:02 2015
     13// Update Count     : 1
    1414//
    1515
     
    3333}
    3434
    35 void CompoundStmt::print( std::ostream &os, int indent ) const {
    36         os << string( indent, ' ' ) << "CompoundStmt" << endl ;
    37         printAll( kids, os, indent + 2 );
     35void CompoundStmt::print( std::ostream &os, int indent ) {
     36        os << "\r" << string(indent, ' ') << "CompoundStmt" << endl ;
     37        printAll( kids, os, indent+2 );
    3838}
    3939
Note: See TracChangeset for help on using the changeset viewer.