From 75c35752d6a764992dbdf7a42100714af6e84917 Mon Sep 17 00:00:00 2001 From: Derek Bankieris Date: Fri, 21 Oct 2016 15:05:26 -0500 Subject: [PATCH] Spacing --- .../codegen/Interface_Code_Gen/PrintFileContents10.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/trick_source/codegen/Interface_Code_Gen/PrintFileContents10.cpp b/trick_source/codegen/Interface_Code_Gen/PrintFileContents10.cpp index 8160961d..117db7ee 100644 --- a/trick_source/codegen/Interface_Code_Gen/PrintFileContents10.cpp +++ b/trick_source/codegen/Interface_Code_Gen/PrintFileContents10.cpp @@ -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 */