Skip to content

Commit

Permalink
cellhelp: Extra newline
Browse files Browse the repository at this point in the history
Fix `$macc` page.
  • Loading branch information
KrystalDelusion committed May 2, 2024
1 parent d1f758d commit 9295daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/register.cc
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ struct HelpPass : public Pass {
fprintf(f, "%s\n", underline.c_str());

// help text
fprintf(f, "%s\n", cell.desc.c_str());
fprintf(f, "%s\n\n", cell.desc.c_str());

// source code
fprintf(f, "Simulation model (Verilog)\n");
Expand Down

0 comments on commit 9295daa

Please sign in to comment.