From b573fb1da37793cd4d0ced2d4953f1e7f983301d Mon Sep 17 00:00:00 2001 From: "D.R.racer" Date: Thu, 2 Mar 2023 08:13:06 +0100 Subject: [PATCH] Fix indentation --- src/logic/command_base.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/logic/command_base.h b/src/logic/command_base.h index a8cb062..fce3c79 100644 --- a/src/logic/command_base.h +++ b/src/logic/command_base.h @@ -106,8 +106,7 @@ protected: #endif /// @returns true if the slot/tool index is within specified range (0 - config::toolCount) /// If not, it returns false and sets the error to ErrorCode::INVALID_TOOL - bool - CheckToolIndex(uint8_t index); + bool CheckToolIndex(uint8_t index); /// Checks for errors of modules - that includes TMC errors, Idler and Selector errors and possibly more. /// The idea is to check blocking errors at one spot consistently.