mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-05-27 07:36:21 +00:00
Minor indentation fix.
This commit is contained in:
@@ -275,7 +275,8 @@ pn53x_decode_target_data(const byte_t* pbtRawData, size_t szDataLen, nfc_chip_t
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool pn53x_InListPassiveTarget(const nfc_device_t* pnd,
|
bool
|
||||||
|
pn53x_InListPassiveTarget(const nfc_device_t* pnd,
|
||||||
const nfc_modulation_t nmInitModulation, const byte_t szMaxTargets,
|
const nfc_modulation_t nmInitModulation, const byte_t szMaxTargets,
|
||||||
const byte_t* pbtInitiatorData, const size_t szInitiatorDataLen,
|
const byte_t* pbtInitiatorData, const size_t szInitiatorDataLen,
|
||||||
size_t* pszTargets, byte_t* pbtTargetsData, size_t* pszTargetsData)
|
size_t* pszTargets, byte_t* pbtTargetsData, size_t* pszTargetsData)
|
||||||
|
|||||||
Reference in New Issue
Block a user