diff options
| author | kx <kx@radix.pro> | 2024-06-04 06:43:08 +0300 |
|---|---|---|
| committer | kx <kx@radix.pro> | 2024-06-04 06:43:08 +0300 |
| commit | 7e2ccccace24636f29ddc210b94606abd4c7e42b (patch) | |
| tree | 545d43ea12671048956cafeb12303e84d601e571 /UnitTestFrameworkPkg/Include/Library/SubhookLib.h | |
| parent | 27b044605cd5f6b33a3d231576003850b3fe305b (diff) | |
| download | edk2-trunk.tar.xz | |
Renormalized end-of-lines from master@27b044605cd5f6b33a3d231576003850b3fe305btrunk
Diffstat (limited to 'UnitTestFrameworkPkg/Include/Library/SubhookLib.h')
| -rw-r--r-- | UnitTestFrameworkPkg/Include/Library/SubhookLib.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/UnitTestFrameworkPkg/Include/Library/SubhookLib.h b/UnitTestFrameworkPkg/Include/Library/SubhookLib.h index 46783adfcc..15904dfd67 100644 --- a/UnitTestFrameworkPkg/Include/Library/SubhookLib.h +++ b/UnitTestFrameworkPkg/Include/Library/SubhookLib.h @@ -1,15 +1,15 @@ -/** @file
- SubhookLib class with APIs from the subhook project
-
- Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
- SPDX-License-Identifier: BSD-2-Clause-Patent
-
-**/
-
-#ifndef SUBHOOK_LIB_H_
-#define SUBHOOK_LIB_H_
-
-#define SUBHOOK_STATIC
-#include <subhook.h>
-
-#endif
+/** @file + SubhookLib class with APIs from the subhook project + + Copyright (c) 2022, Intel Corporation. All rights reserved.<BR> + SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +#ifndef SUBHOOK_LIB_H_ +#define SUBHOOK_LIB_H_ + +#define SUBHOOK_STATIC +#include <subhook.h> + +#endif |
