Minor indentation fix.
This commit is contained in:
parent
aca1eb40a8
commit
3f17e5e032
1 changed files with 9 additions and 8 deletions
|
@ -275,7 +275,8 @@ pn53x_decode_target_data(const byte_t* pbtRawData, size_t szDataLen, nfc_chip_t
|
|||
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 byte_t* pbtInitiatorData, const size_t szInitiatorDataLen,
|
||||
size_t* pszTargets, byte_t* pbtTargetsData, size_t* pszTargetsData)
|
||||
|
|
Loading…
Reference in a new issue