intel/cannonlake: Fix indentation
Change-Id: Ia3ec5fbdbbf2712fe314909e05aab1b135534630 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34301 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
		@@ -209,8 +209,8 @@ void acpi_create_gnvs(struct global_nvs_t *gnvs)
 | 
				
			|||||||
	/* CPU core count */
 | 
						/* CPU core count */
 | 
				
			||||||
	gnvs->pcnt = dev_count_cpu();
 | 
						gnvs->pcnt = dev_count_cpu();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (CONFIG(CONSOLE_CBMEM))
 | 
					 | 
				
			||||||
	/* Update the mem console pointer. */
 | 
						/* Update the mem console pointer. */
 | 
				
			||||||
 | 
						if (CONFIG(CONSOLE_CBMEM))
 | 
				
			||||||
		gnvs->cbmc = (uintptr_t)cbmem_find(CBMEM_ID_CONSOLE);
 | 
							gnvs->cbmc = (uintptr_t)cbmem_find(CBMEM_ID_CONSOLE);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (CONFIG(CHROMEOS)) {
 | 
						if (CONFIG(CHROMEOS)) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user