summaryrefslogtreecommitdiffhomepage
path: root/dropbearkey.c
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2015-12-31 15:59:01 +0100
committerFrancois Perrad <francois.perrad@gadz.org>2015-12-31 16:00:23 +0100
commit23ac7f56fa2acd9f35e6b8ca36602f3c14e986cd (patch)
tree4ad62682f00ce977d0b068757b0332a823d2fe3e /dropbearkey.c
parent4c4aa502d4a65b90a86de6c1af868984565f1fe2 (diff)
refactor indentation with hard tab
Diffstat (limited to 'dropbearkey.c')
-rw-r--r--dropbearkey.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/dropbearkey.c b/dropbearkey.c
index 7eb2f3f..0d13b38 100644
--- a/dropbearkey.c
+++ b/dropbearkey.c
@@ -238,13 +238,13 @@ int main(int argc, char ** argv) {
}
check_signkey_bits(keytype, bits);;
- }
+ }
fprintf(stderr, "Generating key, this may take a while...\n");
- if (signkey_generate(keytype, bits, filename) == DROPBEAR_FAILURE)
- {
- dropbear_exit("Failed to generate key.\n");
- }
+ if (signkey_generate(keytype, bits, filename) == DROPBEAR_FAILURE)
+ {
+ dropbear_exit("Failed to generate key.\n");
+ }
printpubfile(filename);