summaryrefslogtreecommitdiff
path: root/tests/tpm_lite/tpmtest_earlynvram.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tpm_lite/tpmtest_earlynvram.c')
-rw-r--r--tests/tpm_lite/tpmtest_earlynvram.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/tpm_lite/tpmtest_earlynvram.c b/tests/tpm_lite/tpmtest_earlynvram.c
index fa458338..d5ff77f5 100644
--- a/tests/tpm_lite/tpmtest_earlynvram.c
+++ b/tests/tpm_lite/tpmtest_earlynvram.c
@@ -17,13 +17,13 @@
#define INDEX0 0xcafe
int main(int argc, char** argv) {
- uint32_t x;
+ uint32_t x;
- TlclLibInit();
- TPM_CHECK(TlclStartup());
- TPM_CHECK(TlclContinueSelfTest());
- TPM_CHECK(TlclAssertPhysicalPresence());
- TPM_CHECK(TlclRead(INDEX0, (uint8_t*) &x, sizeof(x)));
- printf("TEST SUCCEEDED\n");
- return 0;
+ TlclLibInit();
+ TPM_CHECK(TlclStartup());
+ TPM_CHECK(TlclContinueSelfTest());
+ TPM_CHECK(TlclAssertPhysicalPresence());
+ TPM_CHECK(TlclRead(INDEX0, (uint8_t*) &x, sizeof(x)));
+ printf("TEST SUCCEEDED\n");
+ return 0;
}