From 26569c22029802ef53843e6cfb15bbc9a8b4b2e8 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 29 May 2012 15:52:29 +0000 Subject: [PATCH] Indent manually some comments to prepare astyle --- examples/nfc-emulate-tag.c | 8 ++++---- libnfc/drivers/acr122_usb.c | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/nfc-emulate-tag.c b/examples/nfc-emulate-tag.c index 62e30a7..f821062 100644 --- a/examples/nfc-emulate-tag.c +++ b/examples/nfc-emulate-tag.c @@ -222,7 +222,7 @@ main (int argc, char *argv[]) }, }, }; -/* + /* // Example of a FeliCa nfc_target nt = { .nm = { @@ -237,8 +237,8 @@ main (int argc, char *argv[]) }, }, }; -*/ -/* + */ + /* // Example of a ISO14443-4 (DESfire) nfc_target nt = { .nm = { @@ -256,7 +256,7 @@ main (int argc, char *argv[]) }, }, }; -*/ + */ printf ("%s will emulate this ISO14443-A tag:\n", argv[0]); print_nfc_iso14443a_info (nt.nti.nai, true); diff --git a/libnfc/drivers/acr122_usb.c b/libnfc/drivers/acr122_usb.c index 2b3b09b..d81e551 100644 --- a/libnfc/drivers/acr122_usb.c +++ b/libnfc/drivers/acr122_usb.c @@ -682,7 +682,7 @@ acr122_usb_init (nfc_device *pnd) int res = 0; uint8_t abtRxBuf[ACR122_USB_BUFFER_LEN]; -/* + /* // See ACR122 manual: "Bi-Color LED and Buzzer Control" section uint8_t acr122u_get_led_state_frame[] = { 0x6b, // CCID @@ -703,7 +703,7 @@ acr122_usb_init (nfc_device *pnd) if ((res = acr122_usb_bulk_read (DRIVER_DATA (pnd), abtRxBuf, sizeof (abtRxBuf), 1000)) < 0) return res; -*/ + */ if ((res = pn53x_set_property_int (pnd, NP_TIMEOUT_COMMAND, 1000)) < 0) return res;