OSSP CVS Repository

ossp - Difference in ossp-pkg/cfg/cfg_syn_scan.l versions 1.12 and 1.13
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/cfg/cfg_syn_scan.l 1.12 -> 1.13

--- cfg_syn_scan.l       2002/11/09 14:34:01     1.12
+++ cfg_syn_scan.l       2002/11/10 12:12:23     1.13
@@ -79,7 +79,7 @@
 %x SS_CO_C
 
 /* the delimiting character for flexible quoting has to one a
-   special character c, i.e., one of !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ or 
+   special character c, i.e., one of !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ or
    in C code: isprint(c) && !isspace(c) && !iscntrl(c) && !isalpha(i) && !isdigit(i) */
 FQDEL   [\!\"\#\$\%\&\'\(\)\*\+\,\-\.\/\:\;\<\=\>\?\@\[\\\]\^\_\`\{\|\}\~]
 FQDELN [^\!\"\#\$\%\&\'\(\)\*\+\,\-\.\/\:\;\<\=\>\?\@\[\\\]\^\_\`\{\|\}\~]
@@ -354,7 +354,7 @@
         nibble = (unsigned char)(hex - 'a' + 10);
     else if (hex >= 'A' && hex <= 'F')
         nibble = (unsigned char)(hex - 'A' + 10);
-    else 
+    else
         nibble = -1;
     return nibble;
 }

CVSTrac 2.0.1