From ea7b395852e6d576127d037266f4176ada1366da Mon Sep 17 00:00:00 2001 From: Alex Voinea Date: Sun, 9 Apr 2023 20:31:10 +0200 Subject: [PATCH] Remove useless parantheses Found these a few months ago when I was trying some other optimization. Don't want to make a PR just for this, so I'll just slide it here in this existing PR. --- Firmware/Marlin_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/Marlin_main.cpp b/Firmware/Marlin_main.cpp index 3a0fe8a1f..43491809c 100644 --- a/Firmware/Marlin_main.cpp +++ b/Firmware/Marlin_main.cpp @@ -7508,7 +7508,7 @@ Sigma_Exit: { lang_reset(); SERIAL_ECHO_START; - SERIAL_PROTOCOLPGM(("LANG SEL FORCED")); + SERIAL_PROTOCOLPGM("LANG SEL FORCED"); } break; #ifdef ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED