From 2b0819e1b06f3c51c65a7974dfe3d20f6c766587 Mon Sep 17 00:00:00 2001
From: deraadt <>
Date: Fri, 20 Jun 2014 20:18:19 +0000
Subject: 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 993c1d2a83..ea838cd03c 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 <deraadt@openbsd.org>
@@ -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 993c1d2a83..ea838cd03c 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 <deraadt@openbsd.org>
@@ -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
-- 
cgit v1.2.3-55-g6feb