mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 08:43:03 +00:00
[BATTC] Fix indentation. No code changes!
This commit is contained in:
parent
f76a097a25
commit
04524fef3b
2 changed files with 246 additions and 244 deletions
|
@ -336,6 +336,7 @@ BatteryClassIoctl(PVOID ClassData,
|
|||
if (!NT_SUCCESS(Status))
|
||||
DPRINT1("QueryInformation failed (0x%x)\n", Status);
|
||||
break;
|
||||
|
||||
case IOCTL_BATTERY_SET_INFORMATION:
|
||||
if (IrpSp->Parameters.DeviceIoControl.InputBufferLength < sizeof(*BattSetInfo))
|
||||
{
|
||||
|
|
|
@ -13,7 +13,8 @@
|
|||
#include <initguid.h>
|
||||
#include <batclass.h>
|
||||
|
||||
typedef struct _BATTERY_CLASS_DATA {
|
||||
typedef struct _BATTERY_CLASS_DATA
|
||||
{
|
||||
BATTERY_MINIPORT_INFO MiniportInfo;
|
||||
KEVENT WaitEvent;
|
||||
BOOLEAN Waiting;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue