summaryrefslogtreecommitdiff
path: root/tuer-rfid/update-keys.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-08-17 12:45:13 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-08-17 12:45:13 +0000
commit3ace23e881f35fa78d9195f2c04e08e96a2cfea3 (patch)
tree94a303dada0fa5392fbdd3c9d104614e8b6b033d /tuer-rfid/update-keys.c
parentfixed Board definition for teenstep (diff)
whitespace cleanups
git-svn-id: https://svn.spreadspace.org/avr/trunk@218 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'tuer-rfid/update-keys.c')
-rw-r--r--tuer-rfid/update-keys.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tuer-rfid/update-keys.c b/tuer-rfid/update-keys.c
index d4dfd06..90236a5 100644
--- a/tuer-rfid/update-keys.c
+++ b/tuer-rfid/update-keys.c
@@ -56,7 +56,7 @@ int main(int argc, char* argv[])
fprintf(stderr, "Usage: update-keys <device>\n");
return -1;
}
-
+
FILE* dev;
dev = fopen(argv[1], "r+");
if(!dev) {
@@ -121,7 +121,7 @@ int main(int argc, char* argv[])
}
}
printf("\nread %d keys from STDIN - filling rest of keystore with invalid keys\n", key_num);
-
+
int i;
for(i=0; i<=sizeof(keyslot_t)-1; ++i) key[i] = 0xFF;
for(i=key_num; i < EEPROM_SIZE/sizeof(keyslot_t); ++i) {