everything in src|include should pass the norminette now

This commit is contained in:
Maieul BOYER 2024-02-08 14:27:45 +01:00
parent 3ab3a384c3
commit ed0c78d8a2
No known key found for this signature in database
31 changed files with 453 additions and 384 deletions

View file

@ -11,11 +11,11 @@
/* ************************************************************************** */
#ifndef TARGET_H
#define TARGET_H
# define TARGET_H
#include "app/rotate.h"
#include "me/types.h"
# include "app/rotate.h"
# include "me/types.h"
t_rotation target(t_usize from, t_usize to, t_usize ring_size);
t_rotation target(t_usize from, t_usize to, t_usize ring_size);
#endif /* TARGET_H */