REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the MdePkg package Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
		
			
				
	
	
		
			20 lines
		
	
	
		
			444 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			444 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /** @file
 | |
|   GUID for MdePkg PCD Token Space
 | |
| 
 | |
|   Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
 | |
|   SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| 
 | |
| **/
 | |
| 
 | |
| #ifndef _MDEPKG_TOKEN_SPACE_GUID_H_
 | |
| #define _MDEPKG_TOKEN_SPACE_GUID_H_
 | |
| 
 | |
| #define MDEPKG_TOKEN_SPACE_GUID \
 | |
|   { \
 | |
|     0x914AEBE7, 0x4635, 0x459b, { 0xAA, 0x1C, 0x11, 0xE2, 0x19, 0xB0, 0x3A, 0x10 } \
 | |
|   }
 | |
| 
 | |
| extern EFI_GUID  gEfiMdePkgTokenSpaceGuid;
 | |
| 
 | |
| #endif
 |