Method to detect if re-search is required due to sort order: 1 on yes. 0 on no
[pazpar2-moved-to-github.git] / src / normalize7bit.c
index a45b816..3087182 100644 (file)
@@ -63,7 +63,7 @@ char *normalize7bit_mergekey(char *buf)
             *(pout--) = '\0';
         }
         while (pout > buf && *pout == ' ');
-    
+
     return buf;
 }