summaryrefslogtreecommitdiff
path: root/tests/tpm_lite/lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tpm_lite/lock.c')
-rw-r--r--tests/tpm_lite/lock.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/tpm_lite/lock.c b/tests/tpm_lite/lock.c
index 2fd21b7e..bfc10e2e 100644
--- a/tests/tpm_lite/lock.c
+++ b/tests/tpm_lite/lock.c
@@ -15,15 +15,15 @@
int main(int argc, char** argv) {
- TlclLibInit();
+ TlclLibInit();
- TlclStartup();
- TlclSelfTestFull();
+ TlclStartup();
+ TlclSelfTestFull();
- TlclAssertPhysicalPresence();
+ TlclAssertPhysicalPresence();
- TlclWriteLock(INDEX0);
+ TlclWriteLock(INDEX0);
- printf("Locked 0x%x\n", INDEX0);
- exit(0);
+ printf("Locked 0x%x\n", INDEX0);
+ exit(0);
}