mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-02 23:36:52 +02:00
Add newlines at the end of the fuzzing files
This commit is contained in:
@ -78,4 +78,4 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t sz) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@ -138,4 +138,4 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t sz) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user