From 43d3d024ac68322f8636bc25e7c64b960c90e056 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Mon, 15 Jan 2018 04:51:59 -0600
Subject: [PATCH] Update tmc_util.cpp

---
 Marlin/src/feature/tmc_util.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/src/feature/tmc_util.cpp b/Marlin/src/feature/tmc_util.cpp
index da1bf6b174..44e8bb6491 100644
--- a/Marlin/src/feature/tmc_util.cpp
+++ b/Marlin/src/feature/tmc_util.cpp
@@ -379,7 +379,7 @@ void _tmc_say_sgt(const char name[], const uint32_t sgt) {
           if (tpwmthrs_val)
             SERIAL_ECHO(12650000UL * st.microsteps() / (256 * tpwmthrs_val * spmm));
           else
-           SERIAL_CHAR('-');
+            SERIAL_CHAR('-');
         }
         break;
       case TMC_OTPW: serialprintPGM(st.otpw() ? PSTR("true") : PSTR("false")); break;
-- 
GitLab