Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/InitializerNode.cc

    r59db689 r843054c2  
    1010// Created On       : Sat May 16 13:20:24 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Jun  6 15:49:42 2015
    13 // Update Count     : 3
     12// Last Modified On : Sat May 16 13:21:40 2015
     13// Update Count     : 2
    1414//
    1515
     
    4848
    4949void InitializerNode::print( std::ostream &os, int indent ) const {
    50         os << std::string( indent, ' ' ) << "Initializer expression" << std::endl;
     50        os << std::string(indent, ' ') << "Initializer expression" << std::endl;
    5151}
    5252
Note: See TracChangeset for help on using the changeset viewer.