[Pcsclite-cvs-commit] r5916 - in /trunk/Drivers/ccid/src: debug.h ifdhandler.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sat Aug 27 15:50:04 UTC 2011


Author: rousseau
Date: Sat Aug 27 15:50:04 2011
New Revision: 5916

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5916
Log:
Remove extra spaces

Modified:
    trunk/Drivers/ccid/src/debug.h
    trunk/Drivers/ccid/src/ifdhandler.c

Modified: trunk/Drivers/ccid/src/debug.h
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/debug.h?rev=5916&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/debug.h (original)
+++ trunk/Drivers/ccid/src/debug.h Sat Aug 27 15:50:04 2011
@@ -23,7 +23,7 @@
 
 /*
  * DEBUG_CRITICAL("text");
- * 	log "text" if (LogLevel & DEBUG_LEVEL_CRITICAL) is TRUE
+ *	log "text" if (LogLevel & DEBUG_LEVEL_CRITICAL) is TRUE
  *
  * DEBUG_CRITICAL2("text: %d", 1234);
  *  log "text: 1234" if (DEBUG_LEVEL_CRITICAL & DEBUG_LEVEL_CRITICAL) is TRUE

Modified: trunk/Drivers/ccid/src/ifdhandler.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/ifdhandler.c?rev=5916&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/ifdhandler.c (original)
+++ trunk/Drivers/ccid/src/ifdhandler.c Sat Aug 27 15:50:04 2011
@@ -916,7 +916,7 @@
 			{
 				/* convert from ATR_PROTOCOL_TYPE_T? to SCARD_PROTOCOL_T? */
 				Protocol = default_protocol +
-				   	(SCARD_PROTOCOL_T0 - ATR_PROTOCOL_TYPE_T0);
+					(SCARD_PROTOCOL_T0 - ATR_PROTOCOL_TYPE_T0);
 				DEBUG_INFO2("PPS not supported on O2Micro readers. Using T=%ld",
 					Protocol - SCARD_PROTOCOL_T0);
 			}
@@ -1938,13 +1938,13 @@
 	 * 5 bytes header cmd  ->
 	 *                    <-		Procedure byte
 	 * 256 data bytes	   ->
-	 * 					  <-		SW1-SW2
+	 *					  <-		SW1-SW2
 	 * = 261 EGT       + 3 WWT     + 3 WWT
 	 *
 	 * ISO_OUT Timeout is the sum of:
 	 * Terminal:                    Smart card:
 	 * 5 bytes header cmd  ->
-	 * 					  <-        Procedure byte + 256 data bytes + SW1-SW2
+	 *					  <-        Procedure byte + 256 data bytes + SW1-SW2
 	 * = 5 EGT          + 1 WWT     + 259 WWT
 	 */
 




More information about the Pcsclite-cvs-commit mailing list