From c54aaacc8ee9b4d93ab36378e773de15f45c5f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sun, 1 Apr 2018 22:34:17 +0200 Subject: [PATCH] [NTOSKRNL] Formatting fix only. --- ntoskrnl/ex/harderr.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ntoskrnl/ex/harderr.c b/ntoskrnl/ex/harderr.c index e8e233d81f6..10b6682e657 100644 --- a/ntoskrnl/ex/harderr.c +++ b/ntoskrnl/ex/harderr.c @@ -14,7 +14,7 @@ #define TAG_ERR ' rrE' -/* GLOBALS ****************************************************************/ +/* GLOBALS ******************************************************************/ BOOLEAN ExReadyForErrors = FALSE; PVOID ExpDefaultErrorPort = NULL; @@ -247,9 +247,12 @@ ExpRaiseHardError(IN NTSTATUS ErrorStatus, KeQuerySystemTime(&Message->ErrorTime); /* Copy the parameters */ - if (Parameters) RtlMoveMemory(&Message->Parameters, - Parameters, - sizeof(ULONG_PTR) * NumberOfParameters); + if (Parameters) + { + RtlMoveMemory(&Message->Parameters, + Parameters, + sizeof(ULONG_PTR) * NumberOfParameters); + } /* Send the LPC Message */ Status = LpcRequestWaitReplyPort(PortHandle,