aboutsummaryrefslogtreecommitdiff
path: root/ks_mmap.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-05-14 12:01:37 -0400
committerRob Austein <sra@hactrn.net>2016-05-14 12:01:37 -0400
commitb1225c11f89dad1a749b6572e50e5e5fce5234e8 (patch)
tree9a48533db312fcb73d1c922851a6b51c3299b8e7 /ks_mmap.c
parentc861f7d2f3c5f69c02a633c51113518b70eedc27 (diff)
Trailing whitespace cleanup.
Diffstat (limited to 'ks_mmap.c')
-rw-r--r--ks_mmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ks_mmap.c b/ks_mmap.c
index 5eb2a13..e62aa46 100644
--- a/ks_mmap.c
+++ b/ks_mmap.c
@@ -85,7 +85,7 @@ const hal_ks_keydb_t *hal_ks_get_keydb(void)
fn = base;
else
strcat(strcat(strcpy(fn_, home), "/"), base);
-
+
if ((fd = open(fn, O_RDWR | O_CREAT | O_EXCL, 0600)) >= 0) {
uint8_t zeros[len];
memset(zeros, 0, sizeof(zeros));