[Pcsclite-cvs-commit] r4844 - in /trunk/Drivers/ccid/src: Info.plist.src commands.c ifdhandler.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sat Mar 27 15:00:00 UTC 2010


Author: rousseau
Date: Sat Mar 27 14:59:59 2010
New Revision: 4844

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

Modified:
    trunk/Drivers/ccid/src/Info.plist.src
    trunk/Drivers/ccid/src/commands.c
    trunk/Drivers/ccid/src/ifdhandler.c

Modified: trunk/Drivers/ccid/src/Info.plist.src
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/Info.plist.src?rev=4844&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/Info.plist.src (original)
+++ trunk/Drivers/ccid/src/Info.plist.src Sat Mar 27 14:59:59 2010
@@ -56,7 +56,7 @@
 	<!-- Possible values for ifdDriverOptions
 	1: DRIVER_OPTION_CCID_EXCHANGE_AUTHORIZED
 		the CCID Exchange command is allowed. You can use it through
-		SCardControl(hCard, IOCTL_SMARTCARD_VENDOR_IFD_EXCHANGE, ...) 
+		SCardControl(hCard, IOCTL_SMARTCARD_VENDOR_IFD_EXCHANGE, ...)
 
 	2: DRIVER_OPTION_GEMPC_TWIN_KEY_APDU
 		If set the GemPC Twin and GemPC Key readers with be configured

Modified: trunk/Drivers/ccid/src/commands.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/commands.c?rev=4844&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/commands.c (original)
+++ trunk/Drivers/ccid/src/commands.c Sat Mar 27 14:59:59 2010
@@ -924,7 +924,7 @@
 
 again_status:
 		/* SlotStatus */
-		r = ControlUSB(reader_index, 0xA1, 0xA0, 0, status, sizeof(status)); 
+		r = ControlUSB(reader_index, 0xA1, 0xA0, 0, status, sizeof(status));
 
 		/* we got an error? */
 		if (r < 0)

Modified: trunk/Drivers/ccid/src/ifdhandler.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/ifdhandler.c?rev=4844&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/ifdhandler.c (original)
+++ trunk/Drivers/ccid/src/ifdhandler.c Sat Mar 27 14:59:59 2010
@@ -131,7 +131,7 @@
 			(void)ClosePort(reader_index);
 			ReleaseReaderIndex(reader_index);
 		}
-		else 
+		else
 			/* Maybe we have a special treatment for this reader */
 			(void)ccid_open_hack_post(reader_index);
 	}
@@ -407,7 +407,7 @@
 				/* Not present */
 				*Value = 0;
 			break;
-			
+
 #ifdef HAVE_PTHREAD
 		case TAG_IFD_SIMULTANEOUS_ACCESS:
 			if (*Length >= 1)
@@ -1619,7 +1619,7 @@
 		/* print the log level used */
 		DEBUG_INFO2("LogLevel from LIBCCID_ifdLogLevel: 0x%.4X", LogLevel);
 	}
-	
+
 	/* Driver options */
 	if (0 == LTPBundleFindValueWithKey(infofile, "ifdDriverOptions", keyValue, 0))
 	{




More information about the Pcsclite-cvs-commit mailing list