From b2f14af84db017409b7cf94c9bbd40ebe93479f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=B6eh=20Matt?= <5415177+ZehMatt@users.noreply.github.com> Date: Thu, 22 Feb 2024 23:34:40 +0200 Subject: [PATCH] Apply clang-format --- src/openrct2/peep/GuestPathfinding.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openrct2/peep/GuestPathfinding.cpp b/src/openrct2/peep/GuestPathfinding.cpp index 297ec74eb3..e2863aed39 100644 --- a/src/openrct2/peep/GuestPathfinding.cpp +++ b/src/openrct2/peep/GuestPathfinding.cpp @@ -46,7 +46,6 @@ namespace OpenRCT2::PathFinding Direction direction; } _peepPathFindHistory[16]; - enum class PathSearchResult { DeadEnd, // Path is a dead end, i.e. < 2 edges.