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;
}
}