diff --git a/src/core/devtools/widget/imgui_memory_editor.h b/src/core/devtools/widget/imgui_memory_editor.h index 4cef31fa4..086cfb1d2 100644 --- a/src/core/devtools/widget/imgui_memory_editor.h +++ b/src/core/devtools/widget/imgui_memory_editor.h @@ -88,8 +88,8 @@ #if defined(_MSC_VER) || defined(_UCRT) #pragma warning(push) -#pragma warning(disable \ - : 4996) // warning C4996: 'sprintf': This function or variable may be unsafe. +#pragma warning( \ + disable : 4996) // warning C4996: 'sprintf': This function or variable may be unsafe. #endif struct MemoryEditor {