Leave blank line at end of function
This commit is contained in:
parent
a9c98ad5f2
commit
40cabff44f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue