fix alignment

This commit is contained in:
FunkyFr3sh 2024-05-26 02:02:00 +02:00
parent 2f2367e5b5
commit 10ec35d458

View file

@ -282,7 +282,7 @@ void dbg_dump_wnd_styles(DWORD style, DWORD exstyle)
{
#ifdef _DEBUG
if (style & WS_BORDER) {
TRACE(" WS_BORDER\n");
TRACE(" WS_BORDER\n");
}
if (style & WS_CAPTION) {
TRACE(" WS_CAPTION\n");