Merge branch 'master' into yaz-744
[yaz-moved-to-github.git] / src / elementset.c
index ae46836..1f3e15a 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the YAZ toolkit.
- * Copyright (C) 1995-2010 Index Data
+ * Copyright (C) Index Data
  * See the file LICENSE for details.
  */
 /**
@@ -33,7 +33,7 @@ void yaz_set_esn(Z_RecordComposition **comp_p, const char *esn, NMEM nmem)
 {
     Z_RecordComposition *comp = (Z_RecordComposition *)
         nmem_malloc(nmem, sizeof(*comp));
-    
+
     comp->which = Z_RecordComp_simple;
     comp->u.simple = (Z_ElementSetNames *)
         nmem_malloc(nmem, sizeof(*comp->u.simple));