Fixed conding style (tab->spaces)

This commit is contained in:
Hamcha 2014-10-12 01:02:17 +02:00
parent b1bd65b6ab
commit bd91ef662b
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ rb_init_prng(const char *path, prng_seed_t seed_type)
{
/* We may not have EGD (old OpenSSL / LibreSSL), fall back to default */
#ifndef HAVE_SSL_RAND_EGD
seed_type = RB_PRNG_DEFAULT;
seed_type = RB_PRNG_DEFAULT;
#endif
if(seed_type == RB_PRNG_DEFAULT) {