[Pcsclite-cvs-commit] r4353 - /trunk/PCSC/src/configfile.l

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Jul 30 09:13:00 UTC 2009


Author: rousseau
Date: Thu Jul 30 09:12:59 2009
New Revision: 4353

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

Modified:
    trunk/PCSC/src/configfile.l

Modified: trunk/PCSC/src/configfile.l
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/configfile.l?rev=4353&op=diff
==============================================================================
--- trunk/PCSC/src/configfile.l (original)
+++ trunk/PCSC/src/configfile.l Thu Jul 30 09:12:59 2009
@@ -68,7 +68,7 @@
 	unsigned int n = 0;
 
 	if (pcPrevious == NULL)
-	{							/* This is the key */
+	{	/* This is the key */
 		pcPrevious = strdup(pcToken);
 		iOldLinenumber = iLinenumber;
 	}
@@ -92,7 +92,7 @@
 				for (n = 0; n < strlen(pcCurrent); n++)
 				{
 					if (pcCurrent[n] != '"')
-					{			/* Strip off the quotes */
+					{	/* Strip off the quotes */
 						pcFriendlyname[p++] = pcCurrent[n];
 					}
 				}
@@ -255,5 +255,5 @@
 		return -1;
 	else
 		return 0;
-}								/* End of configfile.c */
-
+} /* End of configfile.c */
+




More information about the Pcsclite-cvs-commit mailing list