From 69764eae340e2781db3263eb3db0274707c9c243 Mon Sep 17 00:00:00 2001 From: night0721 Date: Thu, 7 Nov 2024 00:35:24 +0000 Subject: [PATCH] Replace space with tabs --- vtr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vtr.c b/vtr.c index a53245a..ec0573d 100644 --- a/vtr.c +++ b/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) */