REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the MdeModulePkg 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
		
	
	
		
			471 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			471 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /** @file
 | |
|   GUID for MdeModulePkg PCD Token Space.
 | |
| 
 | |
| Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
 | |
| SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| 
 | |
| **/
 | |
| 
 | |
| #ifndef _MDEMODULEPKG_TOKEN_SPACE_GUID_H_
 | |
| #define _MDEMODULEPKG_TOKEN_SPACE_GUID_H_
 | |
| 
 | |
| #define MDEMODULEPKG_TOKEN_SPACE_GUID \
 | |
|   { \
 | |
|     0xA1AFF049, 0xFDEB, 0x442a, { 0xB3, 0x20, 0x13, 0xAB, 0x4C, 0xB7, 0x2B, 0xBC } \
 | |
|   }
 | |
| 
 | |
| extern EFI_GUID  gEfiMdeModulePkgTokenSpaceGuid;
 | |
| 
 | |
| #endif
 |