Skip to content

Commit 14a2c11

Browse files
committed
Fix function header line length
1 parent 8230cf0 commit 14a2c11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

VBScript/02_Upfront_Encapsulated_Code_With_No_Dependencies/TestComputerIsVirtualMachineUsingComputerSystemInstances.vbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Function TestComputerIsVirtualMachineUsingComputerSystemInstances(ByRef boolIsVM
88
' - The first argument (boolIsVM) is populated upon success with a boolean value: True
99
' when the computer was determined to be a virtual machine, False when the computer was
1010
' determined to not be a virtual machine
11-
' - The second argument (arrComputerSystemInstances) is an array/collection of objects of class
12-
' Win32_ComputerSystem
11+
' - The second argument (arrComputerSystemInstances) is an array/collection of objects of
12+
' class Win32_ComputerSystem
1313
'
1414
' The function returns a 0 when the function successfully evaluated whether the computer is
1515
' a virtual machine. The function returns a negative integer if an error occurred.
@@ -29,7 +29,7 @@ Function TestComputerIsVirtualMachineUsingComputerSystemInstances(ByRef boolIsVM
2929
' End If
3030
' End If
3131
'
32-
' Version: 1.0.20210625.0
32+
' Version: 1.0.20210627.0
3333
'endregion FunctionMetadata ####################################################
3434

3535
'region License ####################################################

0 commit comments

Comments
 (0)