[Pcsclite-cvs-commit] r4534 - /trunk/PCSC/src/ifdwrapper.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Nov 6 13:49:23 UTC 2009


Author: rousseau
Date: Fri Nov  6 13:49:22 2009
New Revision: 4534

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4534
Log:
reindent

Modified:
    trunk/PCSC/src/ifdwrapper.c

Modified: trunk/PCSC/src/ifdwrapper.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/ifdwrapper.c?rev=4534&op=diff
==============================================================================
--- trunk/PCSC/src/ifdwrapper.c (original)
+++ trunk/PCSC/src/ifdwrapper.c Fri Nov  6 13:49:22 2009
@@ -76,23 +76,21 @@
 #ifndef PCSCLITE_STATIC_DRIVER
 	if (rContext->dwVersion == IFD_HVERSION_1_0)
 	{
-	        ucValue[0] = rContext->dwSlot;
-	        (void)IFDSetCapabilities(rContext, TAG_IFD_SLOTNUM, 1, ucValue);
-	        rv = (*IFD_set_protocol_parameters) (dwProtocol,
+		ucValue[0] = rContext->dwSlot;
+		(void)IFDSetCapabilities(rContext, TAG_IFD_SLOTNUM, 1, ucValue);
+		rv = (*IFD_set_protocol_parameters) (dwProtocol,
 			ucFlags, ucPTS1, ucPTS2, ucPTS3);
 	}
 	else
 	{
 		rv = (*IFDH_set_protocol_parameters) (rContext->dwSlot,
-						      dwProtocol,
-						      ucFlags, ucPTS1,
-						      ucPTS2, ucPTS3);
-	}
-#else
-	if (rContext->dwVersion == IFD_HVERSION_1_0)
-	{
-	        ucValue[0] = rContext->dwSlot;
-	        (void)IFDSetCapabilities(rContext, TAG_IFD_SLOTNUM, 1, ucValue);
+			dwProtocol, ucFlags, ucPTS1, ucPTS2, ucPTS3);
+	}
+#else
+	if (rContext->dwVersion == IFD_HVERSION_1_0)
+	{
+		ucValue[0] = rContext->dwSlot;
+		(void)IFDSetCapabilities(rContext, TAG_IFD_SLOTNUM, 1, ucValue);
 		rv = IFD_Set_Protocol_Parameters(dwProtocol, ucFlags, ucPTS1,
 			ucPTS2, ucPTS3);
 	}




More information about the Pcsclite-cvs-commit mailing list