summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.h')
-rw-r--r--MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.h b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.h
index 58396255b5..8c2e229214 100644
--- a/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.h
+++ b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.h
@@ -9,8 +9,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#ifndef _WATCHDOG_TIMER_H_
#define _WATCHDOG_TIMER_H_
-
-
#include <Uefi.h>
#include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h>
@@ -19,7 +17,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#include <Library/UefiRuntimeServicesTableLib.h>
#include <Protocol/WatchdogTimer.h>
-
/**
Registers a handler that is to be invoked when the watchdog timer fires.