mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-22 22:28:49 +00:00
add gcc_plugin to code formatter and run it
This commit is contained in:
@ -35,7 +35,8 @@ int main(int argc, char** argv) {
|
||||
|
||||
}
|
||||
|
||||
// we support three input cases (plus a 4th if stdin is used but there is no input)
|
||||
// we support three input cases (plus a 4th if stdin is used but there is no
|
||||
// input)
|
||||
if (buf[0] == '0')
|
||||
printf("Looks like a zero to me!\n");
|
||||
else if (buf[0] == '1')
|
||||
@ -46,3 +47,4 @@ int main(int argc, char** argv) {
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user