mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 11:58:08 +00:00
code format
This commit is contained in:
@ -20,8 +20,7 @@
|
||||
|
||||
void testinstr(char *buf, int len) {
|
||||
|
||||
if (len < 1)
|
||||
return;
|
||||
if (len < 1) return;
|
||||
buf[len] = 0;
|
||||
|
||||
// we support three input cases
|
||||
@ -33,3 +32,4 @@ void testinstr(char *buf, int len) {
|
||||
printf("Neither one or zero? How quaint!\n");
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user