Parcourir la source

Indentation fix

GMagician il y a 6 ans
Parent
révision
6667a916a4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      Marlin/src/sd/Sd2Card.cpp

+ 1
- 1
Marlin/src/sd/Sd2Card.cpp Voir le fichier

@@ -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);

Chargement…
Annuler
Enregistrer