From 0ad6a45ec9b589ab9ff2d0e70a5edc5d3701bad8 Mon Sep 17 00:00:00 2001 From: casperlamboo Date: Mon, 29 Jan 2024 09:57:45 +0000 Subject: [PATCH] Applied clang-format. --- src/LayerPlan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LayerPlan.cpp b/src/LayerPlan.cpp index 2e2806d652..aa5e8042fe 100644 --- a/src/LayerPlan.cpp +++ b/src/LayerPlan.cpp @@ -767,7 +767,7 @@ void LayerPlan::addWallLine( { if (roofing_config == default_config) { - // if the roofing config and normal config are the same any way there is no need to check + // if the roofing config and normal config are the same any way there is no need to check // what part of the line segment will be printed with what config. return false; }