From: Lennart Poettering Date: Wed, 7 Nov 2018 17:52:41 +0000 (+0100) Subject: random-util: fix indentation X-Git-Tag: v240~380^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afff8f16ae5f5a5dfaa1db226f755c8953dab382;p=thirdparty%2Fsystemd.git random-util: fix indentation --- diff --git a/src/basic/random-util.c b/src/basic/random-util.c index 3989bb9dc61..b6d1cfd1ca6 100644 --- a/src/basic/random-util.c +++ b/src/basic/random-util.c @@ -97,8 +97,8 @@ int genuine_random_bytes(void *p, size_t n, bool high_quality_required) { have_syscall = true; return -EIO; } else if (errno == ENOSYS) - /* We lack the syscall, continue with reading from /dev/urandom. */ - have_syscall = false; + /* We lack the syscall, continue with reading from /dev/urandom. */ + have_syscall = false; else if (errno == EAGAIN) { /* The kernel has no entropy whatsoever. Let's remember to * use the syscall the next time again though.