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

Add a semicolon after module declaration on tests to fix indentation. #1776

Closed gmlarumbe closed 2 years ago

gmlarumbe commented 2 years ago

Hi,

This PR is done as a request on #1775 to split changes not related to comment aligning in a different commit.

A colon was missing on 5 tests after module declaration and first line of variable declarations was being indented incorrectly.