Use spaces for indentation, not tabs.
[gnulib.git] / lib / exclude.h
index fa5b120..a2094cf 100644 (file)
@@ -45,7 +45,7 @@ struct exclude *new_exclude (void);
 void free_exclude (struct exclude *);
 void add_exclude (struct exclude *, char const *, int);
 int add_exclude_file (void (*) (struct exclude *, char const *, int),
-                     struct exclude *, char const *, int, char);
+                      struct exclude *, char const *, int, char);
 bool excluded_file_name (struct exclude const *, char const *);
 bool exclude_fnmatch (char const *pattern, char const *f, int options);