Ignore:
Timestamp:
May 2, 2016, 3:12:59 PM (9 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
9243a501, d7903b1
Parents:
89231bc
Message:

fix printing in CommaExpr, CompoundStmt, ForStmt, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Initializer.cc

    r89231bc r60089f4  
    4444void SingleInit::print( std::ostream &os, int indent ) {
    4545        os << std::endl << std::string(indent, ' ' ) << "Simple Initializer: " << std::endl;
     46        os << std::string(indent+4, ' ' );
    4647        value->print( os, indent+4 );
    4748
Note: See TracChangeset for help on using the changeset viewer.