Indentation fix.
This commit is contained in:
parent
ba553e5d94
commit
5eb3c18b01
@ -183,6 +183,7 @@ struct option_set *find_option(struct option_set *opt_list, char code)
|
|||||||
while (opt_list && opt_list->data[OPT_CODE] < code)
|
while (opt_list && opt_list->data[OPT_CODE] < code)
|
||||||
opt_list = opt_list->next;
|
opt_list = opt_list->next;
|
||||||
|
|
||||||
if (opt_list && opt_list->data[OPT_CODE] == code) return opt_list;
|
if (opt_list && opt_list->data[OPT_CODE] == code)
|
||||||
else return NULL;
|
return opt_list;
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user