Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/ObjectDecl.cc

    r89231bc r9243a501  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Rob Schluntz
    12 // Last Modified On : Tue Apr 26 12:53:13 2016
     12// Last Modified On : Wed May 04 12:11:56 2016
    1313// Update Count     : 30
    1414//
     
    5656
    5757        if ( init ) {
     58                os << std::string(indent, ' ');
    5859                os << " with initializer ";
    5960                init->print( os, indent );
     
    6162
    6263        if ( bitfieldWidth ) {
     64                os << std::string(indent, ' ');
    6365                os << " with bitfield width ";
    6466                bitfieldWidth->print( os );
Note: See TracChangeset for help on using the changeset viewer.