Remove trailing whitespace
[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;
 }