astyle --formatted --mode=c --indent=spaces=2 --indent-switches --indent-preprocessor --keep-one-line-blocks --max-instatement-indent=60 --brackets=linux --pad-oper --unpad-paren --pad-header --align-pointer=name
This commit is contained in:
parent
01303fab0d
commit
568317929d
21 changed files with 94 additions and 94 deletions
|
|
@ -54,7 +54,7 @@ extern "C" {
|
|||
void *data;
|
||||
};
|
||||
|
||||
NFC_EXPORT int nfc_emulate_target(nfc_device* pnd, struct nfc_emulator *emulator);
|
||||
NFC_EXPORT int nfc_emulate_target(nfc_device *pnd, struct nfc_emulator *emulator);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
|
|
@ -120,8 +120,8 @@ extern "C" {
|
|||
NFC_EXPORT int nfc_device_get_information_about(nfc_device *pnd, char *buf, size_t buflen);
|
||||
|
||||
/* String converter functions */
|
||||
NFC_EXPORT const char * str_nfc_modulation_type(const nfc_modulation_type nmt);
|
||||
NFC_EXPORT const char * str_nfc_baud_rate(const nfc_baud_rate nbr);
|
||||
NFC_EXPORT const char *str_nfc_modulation_type(const nfc_modulation_type nmt);
|
||||
NFC_EXPORT const char *str_nfc_baud_rate(const nfc_baud_rate nbr);
|
||||
|
||||
|
||||
/* Error codes */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue