s4:heimdal: import lorikeet-heimdal-201107150856 (commit 48936803fae4a2fb362c79365d31...
[amitay/samba.git] / source4 / heimdal / lib / asn1 / lex.l
index dece0961646cc79e83e0dd03f6c9d7daca11c37c..2d32020266c8bce6b6762374f5b276de61c89be3 100644 (file)
@@ -216,7 +216,7 @@ WITH                        { return kw_WITH; }
                            char *p = buf;
                            int f = 0;
                            int skip_ws = 0;
-               
+
                            while((c = input()) != EOF) {
                                if(isspace(c) && skip_ws) {
                                    if(c == '\n')
@@ -224,7 +224,7 @@ WITH                        { return kw_WITH; }
                                    continue;
                                }
                                skip_ws = 0;
-                       
+
                                if(c == '"') {
                                    if(f) {
                                        *p++ = '"';