Fix indentation. No code changes!

svn path=/trunk/; revision=64559
This commit is contained in:
Eric Kohl 2014-10-06 15:33:56 +00:00
parent 79aa1013c6
commit f0f0afdd2c

View file

@ -51,8 +51,8 @@ DeviceManager_ExecuteA(HWND hWndParent,
LPCSTR lpMachineName,
int nCmdShow)
{
UNIMPLEMENTED;
return FALSE;
UNIMPLEMENTED;
return FALSE;
}
@ -88,8 +88,8 @@ DeviceManager_ExecuteW(HWND hWndParent,
LPCWSTR lpMachineName,
int nCmdShow)
{
UNIMPLEMENTED;
return FALSE;
UNIMPLEMENTED;
return FALSE;
}
@ -127,7 +127,7 @@ DeviceProblemWizard_RunDLLA(HWND hWndParent,
LPCSTR lpDeviceCmd,
int nCmdShow)
{
UNIMPLEMENTED;
UNIMPLEMENTED;
}
@ -165,7 +165,7 @@ DeviceProblemWizard_RunDLLW(HWND hWndParent,
LPCWSTR lpDeviceCmd,
int nCmdShow)
{
UNIMPLEMENTED;
UNIMPLEMENTED;
}
@ -208,8 +208,8 @@ DeviceManagerPrintA(LPCSTR lpMachineName,
UINT uNumberOfGuids,
LPGUID lpGuids)
{
UNIMPLEMENTED;
return FALSE;
UNIMPLEMENTED;
return FALSE;
}
@ -252,6 +252,6 @@ DeviceManagerPrintW(LPCWSTR lpMachineName,
UINT uNumberOfGuids,
LPGUID lpGuids)
{
UNIMPLEMENTED;
return FALSE;
UNIMPLEMENTED;
return FALSE;
}