opendir-safer.c: don't clobber errno; don't close negative FD
[gnulib.git] / lib / file-set.h
index a5a159e..28d42fe 100644 (file)
@@ -5,8 +5,8 @@
 #include "hash.h"
 
 extern void record_file (Hash_table *ht, char const *file,
-                        struct stat const *stats)
-  __attribute__((nonnull(2, 3)));
+                         struct stat const *stats)
+  __attribute__ ((nonnull (2, 3)));
 
 extern bool seen_file (Hash_table const *ht, char const *file,
-                      struct stat const *stats);
+                       struct stat const *stats);