everything in src|include should pass the norminette now
This commit is contained in:
parent
3ab3a384c3
commit
ed0c78d8a2
31 changed files with 453 additions and 384 deletions
|
|
@ -10,10 +10,10 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "app/target.h"
|
||||
#include "app/rotate.h"
|
||||
#include "app/target.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)
|
||||
{
|
||||
if (ring_size == 0)
|
||||
ring_size++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue