Explorar el Código

Indentation fix

GMagician hace 6 años
padre
commit
6667a916a4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/src/sd/Sd2Card.cpp

+ 1
- 1
Marlin/src/sd/Sd2Card.cpp Ver fichero

@@ -345,7 +345,7 @@ bool Sd2Card::readBlock(uint32_t blockNumber, uint8_t* dst) {
345 345
       cardCommand(CMD12, 0); // Try sending a stop command, ignore the result.
346 346
       errorCode_ = 0;
347 347
     }
348
-  return false;
348
+    return false;
349 349
   #else
350 350
     if (cardCommand(CMD17, blockNumber)) {
351 351
       error(SD_CARD_ERROR_CMD17);

Loading…
Cancelar
Guardar