mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
remove trailing whitespace at end of lines
svn path=/trunk/; revision=15091
This commit is contained in:
parent
1c29a40c45
commit
456be5d16b
385 changed files with 5481 additions and 5481 deletions
|
@ -32,9 +32,9 @@
|
|||
#define _USE_MSG_PUMP_
|
||||
|
||||
typedef struct tagDialogData {
|
||||
HWND hWnd;
|
||||
HWND hWnd;
|
||||
LONG lData;
|
||||
} DialogData;
|
||||
} DialogData;
|
||||
|
||||
HINSTANCE hInst;
|
||||
HWND hTabWnd;
|
||||
|
@ -46,7 +46,7 @@ LRESULT CreateMemoryDialog(HINSTANCE, HWND hwndOwner, LPSTR lpszMessage);
|
|||
LRESULT CALLBACK PageWndProc1(HWND, UINT, WPARAM, LPARAM);
|
||||
LRESULT CALLBACK PageWndProc2(HWND, UINT, WPARAM, LPARAM);
|
||||
LRESULT CALLBACK PageWndProc3(HWND, UINT, WPARAM, LPARAM);
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
static BOOL OnCreate(HWND hWnd, LONG lData)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue