Changes in src/SynTree/ObjectDecl.cc [9243a501:89231bc]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/ObjectDecl.cc
r9243a501 r89231bc 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Rob Schluntz 12 // Last Modified On : Wed May 04 12:11:56201612 // Last Modified On : Tue Apr 26 12:53:13 2016 13 13 // Update Count : 30 14 14 // … … 56 56 57 57 if ( init ) { 58 os << std::string(indent, ' ');59 58 os << " with initializer "; 60 59 init->print( os, indent ); … … 62 61 63 62 if ( bitfieldWidth ) { 64 os << std::string(indent, ' ');65 63 os << " with bitfield width "; 66 64 bitfieldWidth->print( os );
Note:
See TracChangeset
for help on using the changeset viewer.