Happy new year
[pazpar2-moved-to-github.git] / src / normalize7bit.c
index b4e38f9..29ee8f1 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of Pazpar2.
-   Copyright (C) 2006-2011 Index Data
+   Copyright (C) Index Data
 
 Pazpar2 is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -63,7 +63,7 @@ char *normalize7bit_mergekey(char *buf)
             *(pout--) = '\0';
         }
         while (pout > buf && *pout == ' ');
-    
+
     return buf;
 }