summaryrefslogtreecommitdiff
path: root/include/ftw.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ftw.h')
-rw-r--r--include/ftw.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ftw.h b/include/ftw.h
index c8eadbc9..b15c062a 100644
--- a/include/ftw.h
+++ b/include/ftw.h
@@ -21,8 +21,7 @@ extern "C" {
#define FTW_CHDIR 4
#define FTW_DEPTH 8
-struct FTW
-{
+struct FTW {
int base;
int level;
};