3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-11 13:40:53 +00:00

kernel/register.h: whitespace

This commit is contained in:
George Rennie 2025-08-06 21:34:37 +01:00
parent 8576d2d147
commit 96108ad8b4

View file

@ -116,7 +116,7 @@ struct ScriptPass : Pass
RTLIL::Design *active_design; RTLIL::Design *active_design;
std::string active_run_from, active_run_to; std::string active_run_from, active_run_to;
ScriptPass(std::string name, std::string short_help = "** document me **", source_location location = source_location::current()) : ScriptPass(std::string name, std::string short_help = "** document me **", source_location location = source_location::current()) :
Pass(name, short_help, location) { } Pass(name, short_help, location) { }
virtual void script() = 0; virtual void script() = 0;