From 9cece8b55db9d703e554ba5db446e7e53e138515 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 8 Jul 2020 13:06:03 +0200 Subject: [PATCH] add cr --- contrib/win32/getopt.c | 2 +- contrib/win32/getopt.h | 2 +- contrib/win32/nfc.def | 2 +- contrib/win32/nfc_msvc.def | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/win32/getopt.c b/contrib/win32/getopt.c index 5f71021..808be80 100644 --- a/contrib/win32/getopt.c +++ b/contrib/win32/getopt.c @@ -103,4 +103,4 @@ int getopt(int nargc, char * const nargv[], const char *ostr) ++optind; } return (optopt); /* dump back option letter */ -} \ No newline at end of file +} diff --git a/contrib/win32/getopt.h b/contrib/win32/getopt.h index 392d4ff..c895616 100644 --- a/contrib/win32/getopt.h +++ b/contrib/win32/getopt.h @@ -10,4 +10,4 @@ extern char *optarg; /* argument associated with option */ int getopt(int nargc, char * const nargv[], const char *ostr); -#endif \ No newline at end of file +#endif diff --git a/contrib/win32/nfc.def b/contrib/win32/nfc.def index 37cf7fb..2259817 100644 --- a/contrib/win32/nfc.def +++ b/contrib/win32/nfc.def @@ -54,4 +54,4 @@ EXPORTS pn53x_transceive pn532_SAMConfiguration pn53x_read_register - pn53x_write_register \ No newline at end of file + pn53x_write_register diff --git a/contrib/win32/nfc_msvc.def b/contrib/win32/nfc_msvc.def index ffa662d..ec4dc80 100644 --- a/contrib/win32/nfc_msvc.def +++ b/contrib/win32/nfc_msvc.def @@ -54,4 +54,4 @@ EXPORTS pn53x_transceive pn532_SAMConfiguration pn53x_read_register - pn53x_write_register \ No newline at end of file + pn53x_write_register