- Formatting fix. No code changes

svn path=/trunk/; revision=39657
This commit is contained in:
Dmitry Chapyshev 2009-02-18 14:30:44 +00:00
parent 10d8c3ec04
commit bd6c020071

View file

@ -103,7 +103,8 @@ DebugPrint(char* fmt,...)
}
BOOL WINAPI
BOOL
WINAPI
InitializeProfiles(VOID)
{
WCHAR szProfilesPath[MAX_PATH];
@ -378,7 +379,6 @@ InitializeProfiles (VOID)
RegCloseKey(hKey);
/* Set 'AllUsersProfile' value */
wcscpy(szBuffer, L"All Users");
if (!AppendSystemPostfix(szBuffer, MAX_PATH))
@ -416,7 +416,6 @@ InitializeProfiles (VOID)
RegCloseKey(hKey);
/* Create 'All Users' profile directory */
wcscpy(szProfilePath, szProfilesPath);
wcscat(szProfilePath, L"\\");
@ -634,7 +633,6 @@ InitializeProfiles (VOID)
}
}
DPRINT("Success\n");
return TRUE;