[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.

Excluded: 3rd-party code (incl. wine) and most of the win32ss.
This commit is contained in:
Hermès Bélusca-Maïto 2021-09-13 03:33:14 +02:00
parent bbabe2489e
commit 9393fc320e
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
701 changed files with 14685 additions and 14693 deletions

View file

@ -12,7 +12,7 @@
#include "biditext.h"
/* Prototypes */
DWORD WINAPI LpkGetCharacterPlacement(HDC hdc, LPCWSTR lpString, INT uCount, INT nMaxExtent,
DWORD WINAPI LpkGetCharacterPlacement(HDC hdc, LPCWSTR lpString, INT uCount, INT nMaxExtent,
GCP_RESULTSW *lpResults, DWORD dwFlags, DWORD dwUnused);
BOOL WINAPI LpkExtTextOut(HDC hdc, int x, int y,
@ -167,7 +167,7 @@ LRESULT CALLBACK MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
}
break;
}
case WM_PAINT:
{
PAINTSTRUCT ps;

View file

@ -57,7 +57,7 @@ wWinMain(HINSTANCE hInstance,
HACCEL hAccelerators;
MSG msg;
WNDCLASSEXW wc;
/* Class for our main window */
wc.cbSize = sizeof(wc);
wc.style = 0;
@ -224,7 +224,7 @@ LRESULT CALLBACK MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
DrawTest(hdc, 700, Test10, DT_NOPREFIX, LPK);
DrawTest(hdc, 720, Test10, DT_HIDEPREFIX, LPK);
DrawTest(hdc, 740, Test10, DT_PREFIXONLY, LPK);
TextOutW(hdc, 100, 760, L"LpkPSMTextOut", 13);
DrawTest(hdc, 0, Test, 0, USERLPK);