X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffile-set.h;h=28d42fecfd4b133b19772c68c5c6a9d233190566;hb=692a15c587c6d741cba6423319efcc957c45c9cb;hp=a5a159e94d4169417d1220042953174a9bf39b06;hpb=024eeefda59f214eeaac745db9f3e982b9a726c3;p=gnulib.git diff --git a/lib/file-set.h b/lib/file-set.h index a5a159e94..28d42fecf 100644 --- a/lib/file-set.h +++ b/lib/file-set.h @@ -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);