Leave blank line at end of function

This commit is contained in:
Nick Gasson 2008-07-15 16:30:50 +01:00
parent a9c98ad5f2
commit 40cabff44f
1 changed files with 1 additions and 0 deletions

View File

@ -848,6 +848,7 @@ void vhdl_function::emit(std::ostream &of, int level) const
of << " return Verilog_Result;";
newline(of, level);
of << "end function;";
newline(of, level);
}
void vhdl_param_decl::emit(std::ostream &of, int level) const