Commit 26951102 authored by Alexandre Julliard's avatar Alexandre Julliard

Fixed indentation.

parent 9a7fdc2f
......@@ -55,7 +55,7 @@ static TCHAR *szTitle = "rundll32";
static TCHAR *szWindowClass = "class_rundll32";
static ATOM MyRegisterClass(HINSTANCE hInstance)
{
{
WNDCLASSEX wcex;
wcex.cbSize = sizeof(WNDCLASSEX);
......@@ -73,10 +73,10 @@ static ATOM MyRegisterClass(HINSTANCE hInstance)
wcex.hIconSm = NULL;
return RegisterClassEx(&wcex);
}
}
static LPWSTR GetNextArg(LPCWSTR *cmdline)
{
{
LPCWSTR s;
LPWSTR arg,d;
int in_quotes,bcount,len=0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment