]> andersk Git - openssh.git/blobdiff - ssh-keygen.c
more whitespace (tabs this time)
[openssh.git] / ssh-keygen.c
index 95d22b6a4b1e8af4537ca96c2b175508036baf3e..54aa5a59c22c30318fa359e6a1505c275a2c4b3c 100644 (file)
@@ -968,7 +968,7 @@ main(int ac, char **av)
 
        if (do_gen_candidates) {
                FILE *out = fopen(out_file, "w");
-               
+
                if (out == NULL) {
                        error("Couldn't open modulus candidate file \"%s\": %s",
                            out_file, strerror(errno));
This page took 0.055091 seconds and 4 git commands to generate.