diff --git a/HIRS_Utils/src/main/java/hirs/tpm/eventlog/events/EvEfiBootServicesApp.java b/HIRS_Utils/src/main/java/hirs/tpm/eventlog/events/EvEfiBootServicesApp.java index 0ba11ea1..ec94909d 100644 --- a/HIRS_Utils/src/main/java/hirs/tpm/eventlog/events/EvEfiBootServicesApp.java +++ b/HIRS_Utils/src/main/java/hirs/tpm/eventlog/events/EvEfiBootServicesApp.java @@ -65,7 +65,7 @@ public class EvEfiBootServicesApp { System.arraycopy(bootServices, UefiConstants.SIZE_24, lengthBytes, 0, UefiConstants.SIZE_8); // if (imageLength != 0) { devicePathLength = HexUtils.leReverseInt(lengthBytes); - if(devicePathLength !=0) { + if (devicePathLength != 0) { byte[] devPathBytes = new byte[devicePathLength]; System.arraycopy(bootServices, UefiConstants.SIZE_32, devPathBytes, 0, devicePathLength);