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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Jul 30 08:29:50 UTC 2009


Author: rousseau
Date: Thu Jul 30 08:29:45 2009
New Revision: 4352

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

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=4352&op=diff
==============================================================================
--- trunk/PCSC/src/configfile.l (original)
+++ trunk/PCSC/src/configfile.l Thu Jul 30 08:29:45 2009
@@ -42,10 +42,10 @@
 
 #.*                                       {}
 "\n"                                      { iLinenumber++; }
-(\"[^"\n]*["\n])|(\'[^'\n]*['\n])         { (void)evaluatetoken( yytext); }
+(\"[^"\n]*["\n])|(\'[^'\n]*['\n])         { (void)evaluatetoken(yytext); }
 [ \t]                                     {}
-([A-Z]|[a-z]|[0-9]|[\\\/\-\.\_\@:])+      { (void)evaluatetoken( yytext ); }
-.                                         { tok_error( yytext ); }
+([A-Z]|[a-z]|[0-9]|[\\\/\-\.\_\@:])+      { (void)evaluatetoken(yytext); }
+.                                         { tok_error(yytext); }
 %%
 
 #include <stdio.h>




More information about the Pcsclite-cvs-commit mailing list