Skip to content

Commit 99488dc

Browse files
committed
grt: clang-format MazeRoute.cpp
Signed-off-by: Matt Liberty <[email protected]>
1 parent d6e4e3c commit 99488dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/grt/src/cugr/src/MazeRoute.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ void MazeRoute::run()
206206
continue;
207207
}
208208
for (int edgeIndex = 0; edgeIndex < 3; edgeIndex++) {
209-
const int nextVertex = graph_.getNextVertex(solution->vertex, edgeIndex);
209+
const int nextVertex
210+
= graph_.getNextVertex(solution->vertex, edgeIndex);
210211
if (nextVertex == -1
211212
|| (solution->prev && nextVertex == solution->prev->vertex)) {
212213
continue;

0 commit comments

Comments
 (0)