Reformat: delete trailing whitespace
[yaz-moved-to-github.git] / src / cqlstring.c
index 545e8d6..9d4c9b5 100644 (file)
@@ -38,7 +38,7 @@ int cql_parser_string(CQL_parser cp, const char *str)
 
     b.str = str;
     b.off = 0;
-    
+
     return cql_parser_stream(cp, getbuf, ungetbuf, &b);
 }