mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-05-27 07:36:21 +00:00
make style
This commit is contained in:
@@ -66,8 +66,7 @@ const char *i2c_ports_device_radix[] =
|
||||
# endif
|
||||
|
||||
|
||||
struct i2c_device
|
||||
{
|
||||
struct i2c_device {
|
||||
int fd; // I2C device file descriptor
|
||||
};
|
||||
|
||||
|
||||
@@ -512,7 +512,8 @@ static int
|
||||
pn532_i2c_abort_command(nfc_device *pnd)
|
||||
{
|
||||
if (pnd) {
|
||||
DRIVER_DATA(pnd)->abort_flag = true; }
|
||||
DRIVER_DATA(pnd)->abort_flag = true;
|
||||
}
|
||||
return NFC_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user