code formatting (newline at end of file)

This commit is contained in:
freedom
2023-08-09 13:25:44 -06:00
parent e333bec949
commit dbd33f1e5d
5 changed files with 4 additions and 4 deletions

View File

@@ -200,4 +200,4 @@ HWND CreateListView(HWND hWndParent, RECT rc)
ListView_InsertItem(hWndListView, &lviTestItem);
return hWndListView;
}
}

View File

@@ -53,4 +53,4 @@ BOOL SetShellWindow(HWND hWndShell);
LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
LRESULT CALLBACK CmdProc(HWND hWnd, WPARAM wParam, LPARAM lParam);
VOID UpdateChecks(BOOL bVarMenu, UINT uSubMenu, UINT uID);
VOID UpdateWindowTitle();
VOID UpdateWindowTitle();

View File

@@ -187,4 +187,4 @@ BOOL LoadConfig()
bConfigStatus = FALSE;
return bConfigStatus;
}
}

Binary file not shown.

View File

@@ -233,4 +233,4 @@ VOID UpdateWindowTitle()
LRESULT CALLBACK ChildWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
{
return FALSE;
}
}