Merge branch 'master' into sru_2_0
[yaz-moved-to-github.git] / src / rpn2solr.c
index c72b11a..c7dff45 100644 (file)
@@ -233,7 +233,6 @@ static int rpn2solr_simple(solr_transform_t ct,
         Odr_int trunc = get_truncation(apt);
 
         wrbuf_rewind(w);
-        
         ret = rpn2solr_attr(ct, apt->attributes, w, solr_attr);
 
         if (trunc == 0 || trunc == 1 || trunc == 100 || trunc == 104)