Replace space with tabs

This commit is contained in:
Night Kaly 2024-11-07 00:35:24 +00:00
parent 796b3d2663
commit 69764eae34
Signed by: night0721
SSH key fingerprint: SHA256:B/hgVwUoBpx5vdNsXl9w8XwZljA9766uk6T4ubZp5HM

4
vtr.c
View file

@ -84,8 +84,8 @@ typedef struct {
typedef struct {
int x, y;
int dist;
int x, y;
int dist;
} node_t;
/* Directions for movement (up, down, left, right) */