From 603301d4c3ff4d38f4eed673d20dc22c63cfe6d3 Mon Sep 17 00:00:00 2001 From: Squarege <1263174378@qq.com> Date: Sat, 1 Jul 2023 15:57:13 +0800 Subject: [PATCH] fix style-check --- src/driving_distance/v4withPointsDD.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/driving_distance/v4withPointsDD.c b/src/driving_distance/v4withPointsDD.c index 3156ebbcca..6e19e98942 100644 --- a/src/driving_distance/v4withPointsDD.c +++ b/src/driving_distance/v4withPointsDD.c @@ -57,9 +57,8 @@ void process( bool details, bool equicost, - MST_rt **result_tuples, + MST_rt **result_tuples, size_t *result_count) { - pgr_SPI_connect(); char* log_msg = NULL; char* notice_msg = NULL;