From 2c14ede5e3f8a6dcb1c6cdb7859de4d83d2052b2 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 26 Mar 2002 01:35:05 +0000 Subject: Fixed some style bugs in the removal of __P(()). Some function parameter lists were outdented to column 0. --- include/fts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fts.h') diff --git a/include/fts.h b/include/fts.h index 3635656..8dd2c41 100644 --- a/include/fts.h +++ b/include/fts.h @@ -47,7 +47,7 @@ typedef struct { int fts_pathlen; /* sizeof(path) */ int fts_nitems; /* elements in the sort array */ int (*fts_compar) /* compare function */ -(const struct _ftsent **, const struct _ftsent **); + (const struct _ftsent **, const struct _ftsent **); #define FTS_COMFOLLOW 0x001 /* follow command line symlinks */ #define FTS_LOGICAL 0x002 /* logical walk */ -- cgit v1.1