No longer need the extra line break

This commit is contained in:
Alyssa Coghlan 2024-08-21 20:04:30 +10:00 committed by GitHub
parent bdb5622bd4
commit d7c99007ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2455,7 +2455,7 @@ void check_crash_handling(void) {
" To avoid having crashes misinterpreted as timeouts, please \n" " To avoid having crashes misinterpreted as timeouts, please \n"
" temporarily modify /proc/sys/kernel/core_pattern, like so:\n\n" " temporarily modify /proc/sys/kernel/core_pattern, like so:\n\n"
" echo core | sudo tee /proc/sys/kernel/core_pattern\n\n"); " echo core | sudo tee /proc/sys/kernel/core_pattern\n");
if (!getenv("AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES")) { if (!getenv("AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES")) {