[Pcsclite-cvs-commit] r6965 - in trunk/PCSC/src: . PCSC

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Mon Sep 1 14:52:42 UTC 2014


Author: rousseau
Date: 2014-09-01 14:52:42 +0000 (Mon, 01 Sep 2014)
New Revision: 6965

Modified:
   trunk/PCSC/src/PCSC/debuglog.h
   trunk/PCSC/src/PCSC/ifdhandler.h
   trunk/PCSC/src/PCSC/pcsclite.h.in
   trunk/PCSC/src/auth.h
Log:
Remove extra spaces at end of lines


Modified: trunk/PCSC/src/PCSC/debuglog.h
===================================================================
--- trunk/PCSC/src/PCSC/debuglog.h	2014-08-26 09:21:53 UTC (rev 6964)
+++ trunk/PCSC/src/PCSC/debuglog.h	2014-09-01 14:52:42 UTC (rev 6965)
@@ -101,9 +101,9 @@
 #define Log9(priority, fmt, data1, data2, data3, data4, data5, data6, data7, data8) do { } while(0)
 #define LogXxd(priority, msg, buffer, size) do { } while(0)
 
-#define DebugLogA(a) 
-#define DebugLogB(a, b) 
-#define DebugLogC(a, b,c) 
+#define DebugLogA(a)
+#define DebugLogB(a, b)
+#define DebugLogC(a, b,c)
 
 #else
 

Modified: trunk/PCSC/src/PCSC/ifdhandler.h
===================================================================
--- trunk/PCSC/src/PCSC/ifdhandler.h	2014-08-26 09:21:53 UTC (rev 6964)
+++ trunk/PCSC/src/PCSC/ifdhandler.h	2014-09-01 14:52:42 UTC (rev 6965)
@@ -51,7 +51,7 @@
 homogeneous fashion. This document assumes that the driver developer is
 experienced with standards such as ISO-7816-(1, 2, 3, 4), EMV and MCT
 specifications. For listings of these specifications please access the
-above web site. 
+above web site.
 
 @section UsbReaders USB readers
 
@@ -192,7 +192,7 @@
 @endverbatim
 
 As indicated in the XML file the DTD is available at
-http://www.apple.com/DTDs/PropertyList-1.0.dtd. 
+http://www.apple.com/DTDs/PropertyList-1.0.dtd.
 
 @section SerialReaders Serial readers
 
@@ -511,7 +511,7 @@
   pdwBytesReturned.
 
 @note
-  @p *pdwBytesReturned should be set to zero on error. 
+  @p *pdwBytesReturned should be set to zero on error.
 
 @return Error codes
 @retval IFD_SUCCESS Successful (\ref IFD_SUCCESS)
@@ -552,7 +552,7 @@
 possible to query IFDHICCPresence() for card status.
 
 USB readers can ignore the @p Channel parameter and query the USB bus
-for the particular reader by manufacturer and product id. 
+for the particular reader by manufacturer and product id.
 
 @ingroup IFDHandler
 @param[in] Lun Logical Unit Number\n
@@ -661,7 +661,7 @@
 /**
 This function should set the slot/card capabilities for a particular
 slot/card specified by @p Lun. Again, if you have only 1 card slot and
-don't mind loading a new driver for each reader then ignore @p Lun. 
+don't mind loading a new driver for each reader then ignore @p Lun.
 
 @ingroup IFDHandler
 @param[in] Lun Logical Unit Number
@@ -683,7 +683,7 @@
 
 /**
 This function should set the Protocol Type Selection (PTS) of a
-particular card/slot using the three PTS parameters sent 
+particular card/slot using the three PTS parameters sent
 
 @ingroup IFDHandler
 @param[in] Lun Logical Unit Number
@@ -693,7 +693,7 @@
 - \ref SCARD_PROTOCOL_T1
   T=1 protocol
 @param[in] Flags Logical OR of possible values to determine which PTS values
-to negotiate 
+to negotiate
 - \ref IFD_NEGOTIATE_PTS1
 - \ref IFD_NEGOTIATE_PTS2
 - \ref IFD_NEGOTIATE_PTS3
@@ -807,7 +807,7 @@
 specified by @p Lun. In cases where the device supports asynchronous
 card insertion/removal detection, it is advised that the driver manages
 this through a thread so the driver does not have to send and receive a
-command each time this function is called. 
+command each time this function is called.
 
 @ingroup IFDHandler
 @param[in] Lun Logical Unit Number

Modified: trunk/PCSC/src/PCSC/pcsclite.h.in
===================================================================
--- trunk/PCSC/src/PCSC/pcsclite.h.in	2014-08-26 09:21:53 UTC (rev 6964)
+++ trunk/PCSC/src/PCSC/pcsclite.h.in	2014-09-01 14:52:42 UTC (rev 6965)
@@ -140,14 +140,14 @@
 #define SCARD_E_ICC_CREATEORDER		((LONG)0x80100021) /**< The requested order of object creation is not supported. */
 /* #define SCARD_E_UNSUPPORTED_FEATURE	((LONG)0x80100022) / **< This smart card does not support the requested feature. */
 #define SCARD_E_DIR_NOT_FOUND		((LONG)0x80100023) /**< The identified directory does not exist in the smart card. */
-#define SCARD_E_FILE_NOT_FOUND		((LONG)0x80100024) /**< The identified file does not exist in the smart card. */ 
+#define SCARD_E_FILE_NOT_FOUND		((LONG)0x80100024) /**< The identified file does not exist in the smart card. */
 #define SCARD_E_NO_DIR			((LONG)0x80100025) /**< The supplied path does not represent a smart card directory. */
 #define SCARD_E_NO_FILE			((LONG)0x80100026) /**< The supplied path does not represent a smart card file. */
 #define SCARD_E_NO_ACCESS		((LONG)0x80100027) /**< Access is denied to this file. */
 #define SCARD_E_WRITE_TOO_MANY		((LONG)0x80100028) /**< The smart card does not have enough memory to store the information. */
 #define SCARD_E_BAD_SEEK		((LONG)0x80100029) /**< There was an error trying to set the smart card file object pointer. */
 #define SCARD_E_INVALID_CHV		((LONG)0x8010002A) /**< The supplied PIN is incorrect. */
-#define SCARD_E_UNKNOWN_RES_MNG		((LONG)0x8010002B) /**< An unrecognized error code was returned from a layered component. */ 
+#define SCARD_E_UNKNOWN_RES_MNG		((LONG)0x8010002B) /**< An unrecognized error code was returned from a layered component. */
 #define SCARD_E_NO_SUCH_CERTIFICATE	((LONG)0x8010002C) /**< The requested certificate does not exist. */
 #define SCARD_E_CERTIFICATE_UNAVAILABLE	((LONG)0x8010002D) /**< The requested certificate could not be obtained. */
 #define SCARD_E_NO_READERS_AVAILABLE    ((LONG)0x8010002E) /**< Cannot find a smart card reader. */

Modified: trunk/PCSC/src/auth.h
===================================================================
--- trunk/PCSC/src/auth.h	2014-08-26 09:21:53 UTC (rev 6964)
+++ trunk/PCSC/src/auth.h	2014-09-01 14:52:42 UTC (rev 6965)
@@ -25,7 +25,7 @@
  * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
  * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
- * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 
+ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  * DAMAGE.
  *
  * Author: Nikos Mavrogiannopoulos <nmav at redhat.com>




More information about the Pcsclite-cvs-commit mailing list