Replace space with tabs
This commit is contained in:
parent
796b3d2663
commit
69764eae34
1 changed files with 2 additions and 2 deletions
4
vtr.c
4
vtr.c
|
@ -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) */
|
||||
|
|
Loading…
Reference in a new issue