From: Liming Gao Date: Fri, 16 Mar 2018 01:09:25 +0000 (+0800) Subject: MdePkg BaseStackCheckLib: Correct style of file header X-Git-Tag: edk2-stable201903~2076 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=e46440360e2209c5247d97461f1650ea86f8a191;ds=sidebyside MdePkg BaseStackCheckLib: Correct style of file header Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao Cc: Michael Kinney Reviewed-by: Bi Dandan --- diff --git a/MdePkg/Library/BaseStackCheckLib/BaseStackCheckNull.c b/MdePkg/Library/BaseStackCheckLib/BaseStackCheckNull.c index ebb387fee5..7c27c73e23 100644 --- a/MdePkg/Library/BaseStackCheckLib/BaseStackCheckNull.c +++ b/MdePkg/Library/BaseStackCheckLib/BaseStackCheckNull.c @@ -1,4 +1,5 @@ -/*++ +/** @file + This file is purely empty as a work around for BaseStackCheck to pass MSVC build. Copyright (c) 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials @@ -9,10 +10,6 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -Abstract: - - This file is purely empty as a work around for BaseStackCheck to pass MSVC build. - **/ extern int __BaseStackCheckNull;