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.
This commit is contained in:
parent
d175dba669
commit
ea7b395852
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue