From 8f4e03ef5ad951a985c2baed7466ec98a6ffe16e Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 20 Jun 2014 20:18:19 +0000 Subject: [PATCH] indent --- src/lib/libcrypto/arc4random/getentropy_linux.c | 4 ++-- src/lib/libcrypto/crypto/getentropy_linux.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/libcrypto/arc4random/getentropy_linux.c b/src/lib/libcrypto/arc4random/getentropy_linux.c index 993c1d2a..ea838cd0 100644 --- a/src/lib/libcrypto/arc4random/getentropy_linux.c +++ b/src/lib/libcrypto/arc4random/getentropy_linux.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getentropy_linux.c,v 1.2 2014/06/20 19:53:36 otto Exp $ */ +/* $OpenBSD: getentropy_linux.c,v 1.3 2014/06/20 20:18:19 deraadt Exp $ */ /* * Copyright (c) 2014 Theo de Raadt @@ -179,7 +179,7 @@ start: if (fd == -1) { if (errno == EINTR) goto start; - goto nodevrandom; + goto nodevrandom; } fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC); #endif diff --git a/src/lib/libcrypto/crypto/getentropy_linux.c b/src/lib/libcrypto/crypto/getentropy_linux.c index 993c1d2a..ea838cd0 100644 --- a/src/lib/libcrypto/crypto/getentropy_linux.c +++ b/src/lib/libcrypto/crypto/getentropy_linux.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getentropy_linux.c,v 1.2 2014/06/20 19:53:36 otto Exp $ */ +/* $OpenBSD: getentropy_linux.c,v 1.3 2014/06/20 20:18:19 deraadt Exp $ */ /* * Copyright (c) 2014 Theo de Raadt @@ -179,7 +179,7 @@ start: if (fd == -1) { if (errno == EINTR) goto start; - goto nodevrandom; + goto nodevrandom; } fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC); #endif