mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 22:02:14 +00:00
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93
.
Excluded: 3rd-party code (incl. wine) and most of the win32ss.
This commit is contained in:
parent
bbabe2489e
commit
9393fc320e
701 changed files with 14685 additions and 14693 deletions
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue