Changeset 058f549


Ignore:
Timestamp:
Sep 1, 2017, 10:23:52 AM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
cccc534
Parents:
fbcb354
Message:

Add missing indentation for statement expr children

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/CodeGenerator.cc

    rfbcb354 r058f549  
    760760                for ( Statement * stmt : stmts ) {
    761761                        updateLocation( stmt );
    762                         output << printLabels( stmt->get_labels() );
     762                        output << indent << printLabels( stmt->get_labels() );
    763763                        if ( i+1 == numStmts ) {
    764764                                // last statement in a statement expression needs to be handled specially -
Note: See TracChangeset for help on using the changeset viewer.