I am using Verilog mode, and after closing the port declarations parenthesis, emacs always inserts a space at the beginning of corresponding line .
To be more clear:
module ffff
(
uuu,
bla
); // <--- extra space added at the beginning of this line
wire xxx;
reg aaa;
endmodule
How can I avoid this annoying behaviour ?