diff --git a/Marlin/src/module/thermistor/thermistor_15.h b/Marlin/src/module/thermistor/thermistor_15.h
index cbbe8f23fdc4164c11d3d490b7fe286349307c92..8e207cdca4e2236ab5079c3aa027893c4ef98699 100644
--- a/Marlin/src/module/thermistor/thermistor_15.h
+++ b/Marlin/src/module/thermistor/thermistor_15.h
@@ -27,11 +27,11 @@ const short temptable_15[][2] PROGMEM = {
   { OV(  35), 260 },
   { OV(  38), 253 },
   { OV(  41), 248 },
-  { OV( 48), 239 },
-  { OV( 56), 232 },
-  { OV( 66), 222 },
-  { OV( 78), 212 },
-  { OV( 93), 206 },
+  { OV(  48), 239 },
+  { OV(  56), 232 },
+  { OV(  66), 222 },
+  { OV(  78), 212 },
+  { OV(  93), 206 },
   { OV( 106), 199 },
   { OV( 118), 191 },
   { OV( 130), 186 },
@@ -39,10 +39,10 @@ const short temptable_15[][2] PROGMEM = {
   { OV( 187), 167 },
   { OV( 224), 158 },
   { OV( 270), 148 },
-  { OV( 321),  137 },
-  { OV( 379),  127 },
-  { OV( 446),  117 },
-  { OV( 518),  106 },
+  { OV( 321), 137 },
+  { OV( 379), 127 },
+  { OV( 446), 117 },
+  { OV( 518), 106 },
   { OV( 593),  96 },
   { OV( 668),  86 },
   { OV( 739),  76 },