ceil, trunc, round: Fix gcc warnings.
[pspp] / lib / file-set.h
index 1e9365f871e12bf020fb200231327993a3b84a0f..28d42fecfd4b133b19772c68c5c6a9d233190566 100644 (file)
@@ -6,7 +6,7 @@
 
 extern void record_file (Hash_table *ht, char const *file,
                          struct stat const *stats)
-  __attribute__((nonnull(2, 3)));
+  __attribute__ ((nonnull (2, 3)));
 
 extern bool seen_file (Hash_table const *ht, char const *file,
                        struct stat const *stats);