Browse Source

Indentation fix

GMagician 6 years ago
parent
commit
6667a916a4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/sd/Sd2Card.cpp

+ 1
- 1
Marlin/src/sd/Sd2Card.cpp View File

345
       cardCommand(CMD12, 0); // Try sending a stop command, ignore the result.
345
       cardCommand(CMD12, 0); // Try sending a stop command, ignore the result.
346
       errorCode_ = 0;
346
       errorCode_ = 0;
347
     }
347
     }
348
-  return false;
348
+    return false;
349
   #else
349
   #else
350
     if (cardCommand(CMD17, blockNumber)) {
350
     if (cardCommand(CMD17, blockNumber)) {
351
       error(SD_CARD_ERROR_CMD17);
351
       error(SD_CARD_ERROR_CMD17);

Loading…
Cancel
Save