mirror of
https://github.com/nasa/trick.git
synced 2025-01-30 08:03:51 +00:00
Spacing
This commit is contained in:
parent
5484e39f11
commit
75c35752d6
@ -307,7 +307,7 @@ void PrintFileContents10::print_init_attr_func( std::ostream & ostream , ClassVa
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
print_inherited_add_attr_info(ostream, cv ) ;
|
print_inherited_add_attr_info(ostream, cv ) ;
|
||||||
ostream << "}\n\n" ;
|
ostream << "}\n" ;
|
||||||
printCloseNamespaceBlocks(ostream, cv) ;
|
printCloseNamespaceBlocks(ostream, cv) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -355,8 +355,7 @@ void PrintFileContents10::print_io_src_sizeof( std::ostream & ostream , ClassVal
|
|||||||
printNamespaces( ostream, cv , "::" ) ;
|
printNamespaces( ostream, cv , "::" ) ;
|
||||||
printContainerClasses( ostream, cv , "::" ) ;
|
printContainerClasses( ostream, cv , "::" ) ;
|
||||||
}
|
}
|
||||||
ostream << cv->getName() << ") );\n"
|
ostream << cv->getName() << ") );\n}\n\n" ;
|
||||||
"}\n" ;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Prints the io_src_allocate function */
|
/** Prints the io_src_allocate function */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user