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