Skip to content

Commit bcce004

Browse files
Rageking8luishmsft
authored andcommitted
Remove superfluous empty lines
1 parent bb781fb commit bcce004

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

virtualization/api/hcs/Reference/HcsPauseComputeSystem.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Pauses the execution of a compute system, see [sample code](./ComputeSystemSampl
2424
## Syntax
2525

2626
```cpp
27-
2827
HRESULT WINAPI
2928
HcsPauseComputeSystem(
3029
_In_ HCS_SYSTEM computeSystem,

virtualization/api/vm-dump-provider/reference/ReleaseSavedStateFiles.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Releases the given VmSavedStateDump provider that matches the supplied ID. Relea
1212

1313
## Syntax
1414
```C
15-
1615
HRESULT
1716
WINAPI
1817
ReleaseSavedStateFiles(

virtualization/hyper-v-on-windows/tlfs/datatypes/hv_device_interrupt_target.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ ms.topic: reference
1313
## Syntax
1414

1515
```c
16-
1716
#define HV_DEVICE_INTERRUPT_TARGET_MULTICAST 1
1817
#define HV_DEVICE_INTERRUPT_TARGET_PROCESSOR_SET 2
1918

virtualization/hyper-v-on-windows/tlfs/hypercalls/HvCallEnablePartitionVtl.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ The HvCallEnablePartitionVtl hypercall enables a virtual trust level for a speci
1515
## Interface
1616

1717
```c
18-
1918
typedef union
2019
{
2120
UINT8 AsUINT8;

virtualization/hyper-v-on-windows/tlfs/hypercalls/HvCallEnableVpVtl.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ HvCallEnableVpVtl enables a VTL to run on a VP. This hypercall should be used in
1515
## Interface
1616

1717
```c
18-
1918
HV_STATUS
2019
HvEnableVpVtl(
2120
_In_ HV_PARTITION_ID TargetPartitionId,

0 commit comments

Comments
 (0)