diff --git a/executor/common_windows.h b/executor/common_windows.h index 75020ef03e31..a256ebe074cd 100644 --- a/executor/common_windows.h +++ b/executor/common_windows.h @@ -8,9 +8,7 @@ #include #if SYZ_EXECUTOR || SYZ_HANDLE_SEGV -static void install_segv_handler() -{ -} +static void install_segv_handler(){} #define NONFAILING(...) \ ([&]() { __try { __VA_ARGS__; } __except (EXCEPTION_EXECUTE_HANDLER) { return false; } return true; }())