Indentation fix
This commit is contained in:
		@@ -345,7 +345,7 @@ bool Sd2Card::readBlock(uint32_t blockNumber, uint8_t* dst) {
 | 
				
			|||||||
      cardCommand(CMD12, 0); // Try sending a stop command, ignore the result.
 | 
					      cardCommand(CMD12, 0); // Try sending a stop command, ignore the result.
 | 
				
			||||||
      errorCode_ = 0;
 | 
					      errorCode_ = 0;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  return false;
 | 
					    return false;
 | 
				
			||||||
  #else
 | 
					  #else
 | 
				
			||||||
    if (cardCommand(CMD17, blockNumber)) {
 | 
					    if (cardCommand(CMD17, blockNumber)) {
 | 
				
			||||||
      error(SD_CARD_ERROR_CMD17);
 | 
					      error(SD_CARD_ERROR_CMD17);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user