[Pcsclite-cvs-commit] r5902 - /trunk/Drivers/ccid/src/commands.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Aug 24 08:39:44 UTC 2011


Author: rousseau
Date: Wed Aug 24 08:39:44 2011
New Revision: 5902

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

Modified:
    trunk/Drivers/ccid/src/commands.c

Modified: trunk/Drivers/ccid/src/commands.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/commands.c?rev=5902&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/commands.c (original)
+++ trunk/Drivers/ccid/src/commands.c Wed Aug 24 08:39:44 2011
@@ -700,7 +700,7 @@
 		/* copy to the CCID block 'verbatim' */
 		cmd[a] = TxBuffer[b];
 		a++;
- 	}
+	}
 
 #ifdef BOGUS_PINPAD_FIRMWARE
 	if ((SPR532 == ccid_descriptor->readerID)
@@ -722,11 +722,11 @@
 
 	if (WritePort(reader_index, a, cmd) != STATUS_SUCCESS)
 	{
- 		ret = IFD_COMMUNICATION_ERROR;
+		ret = IFD_COMMUNICATION_ERROR;
 		goto end;
 	}
 
- 	ret = CCID_Receive(reader_index, RxLength, RxBuffer, NULL);
+	ret = CCID_Receive(reader_index, RxLength, RxBuffer, NULL);
 
 	/* T=1 Protocol Management for a TPDU reader */
 	if ((SCARD_PROTOCOL_T1 == ccid_descriptor->cardProtocol)
@@ -1120,7 +1120,7 @@
 				if (protocol == T_1)
 					return_value = CmdXfrBlockTPDU_T1(reader_index, tx_length,
 						tx_buffer, rx_length, rx_buffer);
- 				else
+				else
 					return_value = IFD_PROTOCOL_NOT_SUPPORTED;
 			break;
 




More information about the Pcsclite-cvs-commit mailing list