From 708fc274b54dfd13fb83edae17cea9ead0a0f2be Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Tue, 7 Mar 2017 12:18:53 -0800 Subject: src/include: Indent code using tabs Fix the following error and warning detected by checkpatch.pl: ERROR: code indent should use tabs where possible WARNING: please, no spaces at the start of a line TEST=Build and run on Galileo Gen2 Change-Id: I487771b8f4d7e104457116b772cd32df5cd721a6 Signed-off-by: Lee Leahy Reviewed-on: https://review.coreboot.org/18646 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/include/tpm_lite/tlcl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include/tpm_lite') diff --git a/src/include/tpm_lite/tlcl.h b/src/include/tpm_lite/tlcl.h index 95bae77f42..9c277a9293 100644 --- a/src/include/tpm_lite/tlcl.h +++ b/src/include/tpm_lite/tlcl.h @@ -28,7 +28,7 @@ uint32_t tlcl_lib_init(void); * Perform a raw TPM request/response transaction. */ uint32_t tlcl_send_receive(const uint8_t *request, uint8_t *response, - int max_length); + int max_length); /* Commands */ @@ -127,7 +127,7 @@ uint32_t tlcl_set_deactivated(uint8_t flag); * be NULL. The TPM error code is returned. */ uint32_t tlcl_get_flags(uint8_t *disable, uint8_t *deactivated, - uint8_t *nvlocked); + uint8_t *nvlocked); /** * Set the bGlobalLock flag, which only a reboot can clear. The TPM error @@ -144,7 +144,7 @@ uint32_t tlcl_lock_nv_write(uint32_t index); * Perform a TPM_Extend. */ uint32_t tlcl_extend(int pcr_num, const uint8_t *in_digest, - uint8_t *out_digest); + uint8_t *out_digest); /** * Get the entire set of permanent flags. -- cgit v1.2.3