From 89fc6a723edb17c118a5a6cdc659e08bf0fa6573 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 11 Mar 2014 00:25:33 +0100 Subject: [PATCH] make style --- libnfc/chips/pn53x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnfc/chips/pn53x.c b/libnfc/chips/pn53x.c index d85c7d0..3841782 100644 --- a/libnfc/chips/pn53x.c +++ b/libnfc/chips/pn53x.c @@ -1143,7 +1143,7 @@ pn53x_initiator_select_passive_target_ext(struct nfc_device *pnd, } else { const pn53x_modulation pm = pn53x_nm_to_pm(nm); - if ((PM_UNDEFINED == pm)||(NBR_UNDEFINED == nm.nbr)) { + if ((PM_UNDEFINED == pm) || (NBR_UNDEFINED == nm.nbr)) { pnd->last_error = NFC_EINVARG; return pnd->last_error; }