mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 19:38:09 +00:00
code format
This commit is contained in:
@ -902,11 +902,7 @@ int main(int argc, char **argv, char **envp) {
|
||||
if (mem_limit_given) FATAL("Multiple -m options not supported");
|
||||
mem_limit_given = 1;
|
||||
|
||||
if (!optarg) {
|
||||
|
||||
FATAL("Bad syntax used for -m");
|
||||
|
||||
}
|
||||
if (!optarg) { FATAL("Bad syntax used for -m"); }
|
||||
|
||||
if (!strcmp(optarg, "none")) {
|
||||
|
||||
|
Reference in New Issue
Block a user