NEWS: Move the mention of the new sheet to the next release
[pspp] / src / data / attributes.h
index a5cebc5bcc2eb15296ce1341555ad79bd7a900dc..b0712fcc8f4a8ab6f5f5d2ec1a9662b80fe4ea5c 100644 (file)
@@ -41,7 +41,7 @@ void attribute_set_value (struct attribute *, size_t index, const char *);
 void attribute_del_value (struct attribute *, size_t index);
 size_t attribute_get_n_values (const struct attribute *);
 
-struct attrset 
+struct attrset
   {
     struct hmap map;
   };