Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Initializer.cc

    r60089f4 rbb8ea30  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Rob Schluntz
    12 // Last Modified On : Tue Apr 26 12:50:47 2016
     12// Last Modified On : Fri May 13 13:19:30 2016
    1313// Update Count     : 28
    1414//
     
    4848
    4949        if ( ! designators.empty() ) {
    50                 os << std::endl << std::string(indent + 2, ' ' ) << "designated by: "   << std::endl;
     50                os << std::endl << std::string(indent + 2, ' ' ) << "designated by: " << std::endl;
    5151                for ( std::list < Expression * >::iterator i = designators.begin(); i != designators.end(); i++ ) {
     52                        os << std::string(indent + 4, ' ' );
    5253                        ( *i )->print(os, indent + 4 );
    5354                }
Note: See TracChangeset for help on using the changeset viewer.