42School / norminette

Official 42 norminette
MIT License
926 stars 138 forks source link

Multiplication with cast #498

Open Qpupier opened 3 months ago

Qpupier commented 3 months ago

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