From 88607a4b1002ed6acc7f316f274feea2fd861095 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 5 Oct 2018 10:36:45 +0200 Subject: src: Use tabs for indentation Change-Id: I6b40aaf5af5d114bbb0cd227dfd50b0ee19eebba Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/28934 Reviewed-by: Stefan Reinauer Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/soc/intel/cannonlake/nhlt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/cannonlake/nhlt.c') diff --git a/src/soc/intel/cannonlake/nhlt.c b/src/soc/intel/cannonlake/nhlt.c index ff1b4464ba..ca31d39574 100644 --- a/src/soc/intel/cannonlake/nhlt.c +++ b/src/soc/intel/cannonlake/nhlt.c @@ -231,7 +231,7 @@ static const struct nhlt_endp_descriptor max98373_descriptors[] = { .did = NHLT_DID_SSP, .formats = max98373_capture_formats, .num_formats = ARRAY_SIZE(max98373_capture_formats), - }, + }, }; int nhlt_soc_add_dmic_array(struct nhlt *nhlt, int num_channels) -- cgit v1.2.3