summaryrefslogtreecommitdiffstats
path: root/include/fts.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-03-26 01:35:05 +0000
committerbde <bde@FreeBSD.org>2002-03-26 01:35:05 +0000
commit2c14ede5e3f8a6dcb1c6cdb7859de4d83d2052b2 (patch)
treebe3cebbc6df77876d363b30f72d9e0ce23d25097 /include/fts.h
parent4941686e506080d39e1f1bea22d91fede0cd190b (diff)
downloadFreeBSD-src-2c14ede5e3f8a6dcb1c6cdb7859de4d83d2052b2.zip
FreeBSD-src-2c14ede5e3f8a6dcb1c6cdb7859de4d83d2052b2.tar.gz
Fixed some style bugs in the removal of __P(()). Some function parameter
lists were outdented to column 0.
Diffstat (limited to 'include/fts.h')
-rw-r--r--include/fts.h2
1 files changed, 1 insertions, 1 deletions
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 */
OpenPOWER on IntegriCloud