This commit is contained in:
Derek Bankieris 2016-10-21 15:05:26 -05:00
parent 5484e39f11
commit 75c35752d6

View File

@ -307,7 +307,7 @@ void PrintFileContents10::print_init_attr_func( std::ostream & ostream , ClassVa
}
}
print_inherited_add_attr_info(ostream, cv ) ;
ostream << "}\n\n" ;
ostream << "}\n" ;
printCloseNamespaceBlocks(ostream, cv) ;
}
@ -355,8 +355,7 @@ void PrintFileContents10::print_io_src_sizeof( std::ostream & ostream , ClassVal
printNamespaces( ostream, cv , "::" ) ;
printContainerClasses( ostream, cv , "::" ) ;
}
ostream << cv->getName() << ") );\n"
"}\n" ;
ostream << cv->getName() << ") );\n}\n\n" ;
}
/** Prints the io_src_allocate function */