]> andersk Git - openssh.git/blobdiff - entropy.c
more whitespace (tabs this time)
[openssh.git] / entropy.c
index 96dd3fe18e8be3d0c64afc4c8cc5802ebfac7d20..431d5ea5c9d417882c61f0ac28894533ba903206 100644 (file)
--- a/entropy.c
+++ b/entropy.c
@@ -93,7 +93,7 @@ seed_rng(void)
                            (long int)original_uid, strerror(errno));
                        _exit(1);
                }
-               
+
                execl(SSH_RAND_HELPER, "ssh-rand-helper", NULL);
                fprintf(stderr, "(rand child) Couldn't exec '%s': %s\n",
                    SSH_RAND_HELPER, strerror(errno));
This page took 0.030425 seconds and 4 git commands to generate.