mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
[DEVMGR]
Fix indentation. No code changes! svn path=/trunk/; revision=64559
This commit is contained in:
parent
79aa1013c6
commit
f0f0afdd2c
1 changed files with 10 additions and 10 deletions
|
@ -51,8 +51,8 @@ DeviceManager_ExecuteA(HWND hWndParent,
|
||||||
LPCSTR lpMachineName,
|
LPCSTR lpMachineName,
|
||||||
int nCmdShow)
|
int nCmdShow)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -88,8 +88,8 @@ DeviceManager_ExecuteW(HWND hWndParent,
|
||||||
LPCWSTR lpMachineName,
|
LPCWSTR lpMachineName,
|
||||||
int nCmdShow)
|
int nCmdShow)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -127,7 +127,7 @@ DeviceProblemWizard_RunDLLA(HWND hWndParent,
|
||||||
LPCSTR lpDeviceCmd,
|
LPCSTR lpDeviceCmd,
|
||||||
int nCmdShow)
|
int nCmdShow)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -165,7 +165,7 @@ DeviceProblemWizard_RunDLLW(HWND hWndParent,
|
||||||
LPCWSTR lpDeviceCmd,
|
LPCWSTR lpDeviceCmd,
|
||||||
int nCmdShow)
|
int nCmdShow)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -208,8 +208,8 @@ DeviceManagerPrintA(LPCSTR lpMachineName,
|
||||||
UINT uNumberOfGuids,
|
UINT uNumberOfGuids,
|
||||||
LPGUID lpGuids)
|
LPGUID lpGuids)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -252,6 +252,6 @@ DeviceManagerPrintW(LPCWSTR lpMachineName,
|
||||||
UINT uNumberOfGuids,
|
UINT uNumberOfGuids,
|
||||||
LPGUID lpGuids)
|
LPGUID lpGuids)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue