42School/norminette

Multiplication with cast

Qpupier opened this issue · 0 comments

Description
Multiplying a cast generates an error that shouldn't.

Exemple

x = (double)(FOV / WIN_L) * 6;

This return an error : Space after pointer.

Additional infos
norminette 3.3.55