Update Debugger-ExceptionBreakpoints.cpp

Add newline
This commit is contained in:
Derek "Turtle" Roe 2021-03-17 22:30:56 -05:00
parent 7a439e5f7e
commit c0bd0dba2e
1 changed files with 1 additions and 1 deletions

View File

@ -181,4 +181,4 @@ void CDebugExcBreakpoints::EnableCheckboxes(ExcCheckboxMeta* checkboxMap, bool b
{
::EnableWindow(GetDlgItem(checkboxMap[i].ctrlId), bEnable);
}
}
}