mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 12:55:43 +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))
|
if (!NT_SUCCESS(Status))
|
||||||
DPRINT1("QueryInformation failed (0x%x)\n", Status);
|
DPRINT1("QueryInformation failed (0x%x)\n", Status);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case IOCTL_BATTERY_SET_INFORMATION:
|
case IOCTL_BATTERY_SET_INFORMATION:
|
||||||
if (IrpSp->Parameters.DeviceIoControl.InputBufferLength < sizeof(*BattSetInfo))
|
if (IrpSp->Parameters.DeviceIoControl.InputBufferLength < sizeof(*BattSetInfo))
|
||||||
{
|
{
|
||||||
|
|
|
@ -13,7 +13,8 @@
|
||||||
#include <initguid.h>
|
#include <initguid.h>
|
||||||
#include <batclass.h>
|
#include <batclass.h>
|
||||||
|
|
||||||
typedef struct _BATTERY_CLASS_DATA {
|
typedef struct _BATTERY_CLASS_DATA
|
||||||
|
{
|
||||||
BATTERY_MINIPORT_INFO MiniportInfo;
|
BATTERY_MINIPORT_INFO MiniportInfo;
|
||||||
KEVENT WaitEvent;
|
KEVENT WaitEvent;
|
||||||
BOOLEAN Waiting;
|
BOOLEAN Waiting;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue