[Pcsclite-cvs-commit] r4537 - /trunk/PCSC/src/winscard_clnt.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Nov 6 13:56:14 UTC 2009


Author: rousseau
Date: Fri Nov  6 13:56:14 2009
New Revision: 4537

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4537
Log:
remove extra spaces at end of line

Modified:
    trunk/PCSC/src/winscard_clnt.c

Modified: trunk/PCSC/src/winscard_clnt.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/winscard_clnt.c?rev=4537&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_clnt.c (original)
+++ trunk/PCSC/src/winscard_clnt.c Fri Nov  6 13:56:14 2009
@@ -32,7 +32,7 @@
  *    @code
  *    if (dwState & SCARD_PRESENT)
  *    {
- *      // card is present 
+ *      // card is present
  *    }
  *    @endcode
  * -# \ref SCARD_E_UNSUPPORTED_FEATURE
@@ -1435,10 +1435,10 @@
 	if (pdwProtocol)
 		*pdwProtocol = 0;
 
-	/* Check for NULL parameters */ 
+	/* Check for NULL parameters */
 	if (pcchReaderLen == NULL)
 		pcchReaderLen = &dummy;
-	
+
 	if (pcbAtrLen == NULL)
 		pcbAtrLen = &dummy;
 




More information about the Pcsclite-cvs-commit mailing list