From f9fae00958f4783676380a1a196ef326d608f28a Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Wed, 31 Aug 2022 02:29:02 +0200 Subject: [PATCH] Fix formatting --- Source/automap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/automap.cpp b/Source/automap.cpp index 548a09f31..71f9badfc 100644 --- a/Source/automap.cpp +++ b/Source/automap.cpp @@ -469,7 +469,7 @@ void DrawAutomapPlr(const Surface &out, const Displacement &myPlayerOffset, int DrawMapLineSteepSE(out, point, AmLine(4), playerColor); } break; case Direction::NoDirection: - break; + break; } }