[NOTEPAD] Reduce lines in and around comments (#5131)

Reduce lines. CORE-18837
This commit is contained in:
Katayama Hirofumi MZ 2023-03-09 03:11:57 +09:00 committed by GitHub
parent 8e0c920fd2
commit 9ac20a7fe2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 18 deletions

View file

@ -1417,7 +1417,6 @@ VOID DIALOG_HelpAboutNotepad(VOID)
}
/***********************************************************************
*
* DIALOG_FilePageSetup
*/
VOID DIALOG_FilePageSetup(void)
@ -1443,10 +1442,8 @@ VOID DIALOG_FilePageSetup(void)
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* DIALOG_PAGESETUP_Hook
*/
static UINT_PTR CALLBACK DIALOG_PAGESETUP_Hook(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam)
{
switch (msg)