fix thread leak on timer_create(SIGEV_THREAD) failure
[musl] / include / getopt.h
index c1d0df9..35cbd35 100644 (file)
@@ -9,8 +9,7 @@ int getopt(int, char * const [], const char *);
 extern char *optarg;
 extern int optind, opterr, optopt, optreset;
 
-struct option
-{
+struct option {
        const char *name;
        int has_arg;
        int *flag;