From 30abb5be9820185775581bdf408ae28d94e38c35 Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Fri, 10 Jul 2026 08:52:18 +0200 Subject: [PATCH] Remove empty line --- xtoskrnl/ke/pushlock.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/xtoskrnl/ke/pushlock.cc b/xtoskrnl/ke/pushlock.cc index cded91d..120f47c 100644 --- a/xtoskrnl/ke/pushlock.cc +++ b/xtoskrnl/ke/pushlock.cc @@ -299,7 +299,6 @@ KE::PushLock::AcquireWaitSharedPushLock(IN PKPUSH_LOCK PushLock) } } - /** * Prepares a push lock wait block and enqueues it onto the lock's contention stack. *