diff --git a/include/llvm/Support/Win64EH.h b/include/llvm/Support/Win64EH.h index 8966c0d04eb..7ca218e87a7 100644 --- a/include/llvm/Support/Win64EH.h +++ b/include/llvm/Support/Win64EH.h @@ -108,8 +108,7 @@ struct UnwindInfo { /// \brief Return pointer to language specific data part of UnwindInfo. const void *getLanguageSpecificData() const { - return reinterpret_cast( - &UnwindCodes[(NumCodes + 1) & ~1]); + return reinterpret_cast(&UnwindCodes[(NumCodes + 1) & ~1]); } /// \brief Return image-relative offset of language-specific exception handler.