[REACTOS] Add missing line breaks at end of file

This commit is contained in:
Timo Kreuzer
2024-05-18 13:30:54 +03:00
parent 764881a94b
commit 0c2cdcae83
128 changed files with 128 additions and 128 deletions

View File

@@ -47,4 +47,4 @@ INT_PTR CALLBACK CustomizeNotifyIconsProc(HWND hwnd, UINT Message, WPARAM wParam
VOID ShowCustomizeNotifyIcons(HINSTANCE hInst, HWND hExplorer)
{
DialogBoxW(hInst, MAKEINTRESOURCEW(IDD_NOTIFICATIONS_CUSTOMIZE), hExplorer, CustomizeNotifyIconsProc);
}
}