mirror of
https://github.com/reactos/reactos.git
synced 2024-12-19 00:53:33 +08:00
[NTOSKRNL]
- Code formatting - It's my first commit \o/ CORE-6687 #comment Committed. #resolve svn path=/trunk/; revision=57399
This commit is contained in:
parent
ccdee96401
commit
31418a2eb5
@ -543,10 +543,8 @@ EnumerateDevices(
|
||||
/* Terminate the string */
|
||||
SubKeyInfo->Name[SubKeyInfo->NameLength / sizeof(WCHAR)] = 0;
|
||||
|
||||
_snwprintf(
|
||||
DevicePath,
|
||||
sizeof(DevicePath) / sizeof(WCHAR),
|
||||
L"%s\\%s", REGSTR_KEY_ROOTENUM, KeyInfo->Name);
|
||||
_snwprintf(DevicePath, sizeof(DevicePath) / sizeof(WCHAR),
|
||||
L"%s\\%s", REGSTR_KEY_ROOTENUM, KeyInfo->Name);
|
||||
DPRINT("Found device %S\\%s!\n", DevicePath, SubKeyInfo->Name);
|
||||
if (LocateChildDevice(DeviceExtension, DevicePath, SubKeyInfo->Name, &Device) == STATUS_NO_SUCH_DEVICE)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user