Fix bad indent

Update issue 84
Indent insert some blank lines.
This commit is contained in:
Romuald Conty 2010-10-01 11:00:27 +00:00
parent bf995b3c4e
commit 4a3a185857

View file

@ -127,11 +127,7 @@ struct driver_callbacks {
/** Connect callback */ /** Connect callback */
nfc_device_t *(*connect) (const nfc_device_desc_t * pndd); nfc_device_t *(*connect) (const nfc_device_desc_t * pndd);
/** Transceive callback */ /** Transceive callback */
bool (*transceive) (nfc_device_t * pnd, const byte_t * pbtTx, const size_t szTxLen, byte_t * pbtRx, size_t * pszRxLen);
bool (*transceive) (nfc_device_t * pnd, const byte_t * pbtTx, const size_t szTxLen, byte_t * pbtRx,
size_t * pszRxLen);
/** Disconnect callback */ /** Disconnect callback */
void (*disconnect) (nfc_device_t * pnd); void (*disconnect) (nfc_device_t * pnd);
}; };