diff options
author | bde <bde@FreeBSD.org> | 2002-03-26 01:35:05 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2002-03-26 01:35:05 +0000 |
commit | 2c14ede5e3f8a6dcb1c6cdb7859de4d83d2052b2 (patch) | |
tree | be3cebbc6df77876d363b30f72d9e0ce23d25097 /lib/libc | |
parent | 4941686e506080d39e1f1bea22d91fede0cd190b (diff) | |
download | FreeBSD-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 'lib/libc')
-rw-r--r-- | lib/libc/gen/fts-compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/fts-compat.h b/lib/libc/gen/fts-compat.h index 3635656..8dd2c41 100644 --- a/lib/libc/gen/fts-compat.h +++ b/lib/libc/gen/fts-compat.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 */ |