adapt res_msend DNS query core for working with multiple sockets
[musl] / include / ftw.h
index c8eadbc..b15c062 100644 (file)
@@ -21,8 +21,7 @@ extern "C" {
 #define FTW_CHDIR 4
 #define FTW_DEPTH 8
 
-struct FTW
-{
+struct FTW {
        int base;
        int level;
 };