Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/AggregateDecl.cc

    rcbce272 rfa4805f  
    1010// Created On       : Sun May 17 23:56:39 2015
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Fri Aug  4 14:22:00 2017
    13 // Update Count     : 22
     12// Last Modified On : Tus Jun 27 15:30:00 2017
     13// Update Count     : 21
    1414//
    1515
     
    4040        using std::endl;
    4141
    42         os << typeString() << " " << get_name() << ":";
    43         if ( get_linkage() != LinkageSpec::Cforall ) {
    44                 os << " " << LinkageSpec::linkageName( get_linkage() );
    45         } // if
    46         os << " with body " << has_body() << endl;
     42        os << typeString() << " " << get_name();
     43        os << string( indent+2, ' ' ) << "with body " << has_body() << endl;
    4744
    4845        if ( ! parameters.empty() ) {
Note: See TracChangeset for help on using the changeset viewer.