veripool / verilog-mode

Verilog-Mode for Emacs with Indentation, Hightlighting and AUTOs. Master repository for pushing to GNU, verilog.com and veripool.org.
http://veripool.org/verilog-mode
GNU General Public License v3.0
247 stars 90 forks source link

Fix bug that unintentionally added blank spaces in declarations. #1783

Closed gmlarumbe closed 1 year ago

gmlarumbe commented 1 year ago

Hi,

This PR fixes issue #1760.

It consists of two commits: the first one adds a test file to reproduce the issue and the second adds the changes to fix the bug.

Would it be better to keep both commits or squash them before merging?

Thanks!