Skip to content

Commit 6f9b8e9

Browse files
committed
fix spacing
1 parent ba467f5 commit 6f9b8e9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

include/trsp/trspHandler.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,13 @@ class TrspHandler : public pgrouting::Pgr_messages {
172172
/* idx -> id */
173173
std::map<int64_t, int64_t> m_idx_to_id;
174174

175-
int64_t m_start_vertex{}; // NOSONAR
176-
int64_t m_end_vertex{}; // NOSONAR
175+
int64_t m_start_vertex{}; // NOSONAR
176+
int64_t m_end_vertex{}; // NOSONAR
177177

178178
/*
179179
* Used in dijkstra_exploration
180180
*/
181-
int64_t m_current_node{}; // NOSONAR
181+
int64_t m_current_node{}; // NOSONAR
182182

183183
Path m_path;
184184

0 commit comments

Comments
 (0)