MdePkg BaseStackCheckLib: Correct style of file header

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Bi Dandan <dandan.bi@intel.com>
This commit is contained in:
Liming Gao 2018-03-16 09:09:25 +08:00
parent ec66159475
commit e46440360e
1 changed files with 2 additions and 5 deletions

View File

@ -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.<BR> Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials This program and the accompanying materials
@ -9,10 +10,6 @@
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 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; extern int __BaseStackCheckNull;