mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:56:26 +00:00
[SYSSETUP]
Fix indentation. No code changes! svn path=/trunk/; revision=59621
This commit is contained in:
parent
731b7205e3
commit
a129042f94
1 changed files with 18 additions and 18 deletions
|
@ -13,28 +13,28 @@
|
||||||
|
|
||||||
DWORD WINAPI
|
DWORD WINAPI
|
||||||
KeyboardClassInstaller(
|
KeyboardClassInstaller(
|
||||||
IN DI_FUNCTION InstallFunction,
|
IN DI_FUNCTION InstallFunction,
|
||||||
IN HDEVINFO DeviceInfoSet,
|
IN HDEVINFO DeviceInfoSet,
|
||||||
IN PSP_DEVINFO_DATA DeviceInfoData OPTIONAL)
|
IN PSP_DEVINFO_DATA DeviceInfoData OPTIONAL)
|
||||||
{
|
{
|
||||||
switch (InstallFunction)
|
switch (InstallFunction)
|
||||||
{
|
{
|
||||||
default:
|
default:
|
||||||
DPRINT("Install function %u ignored\n", InstallFunction);
|
DPRINT("Install function %u ignored\n", InstallFunction);
|
||||||
return ERROR_DI_DO_DEFAULT;
|
return ERROR_DI_DO_DEFAULT;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
DWORD WINAPI
|
DWORD WINAPI
|
||||||
MouseClassInstaller(
|
MouseClassInstaller(
|
||||||
IN DI_FUNCTION InstallFunction,
|
IN DI_FUNCTION InstallFunction,
|
||||||
IN HDEVINFO DeviceInfoSet,
|
IN HDEVINFO DeviceInfoSet,
|
||||||
IN PSP_DEVINFO_DATA DeviceInfoData OPTIONAL)
|
IN PSP_DEVINFO_DATA DeviceInfoData OPTIONAL)
|
||||||
{
|
{
|
||||||
switch (InstallFunction)
|
switch (InstallFunction)
|
||||||
{
|
{
|
||||||
default:
|
default:
|
||||||
DPRINT("Install function %u ignored\n", InstallFunction);
|
DPRINT("Install function %u ignored\n", InstallFunction);
|
||||||
return ERROR_DI_DO_DEFAULT;
|
return ERROR_DI_DO_DEFAULT;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue