summaryrefslogtreecommitdiff
path: root/lib/nettle/rnd-common.h
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2023-04-24 12:39:42 +0900
committerDaiki Ueno <ueno@gnu.org>2023-04-24 12:45:46 +0900
commitaa5950abab56b011331ad4331409b6ff8efb8aeb (patch)
treead363fb38e8b65c942876641cda9c76caa13b498 /lib/nettle/rnd-common.h
parent0fe9cb6842d63761718046cc7dd7eb437e6c5163 (diff)
downloadgnutls-aa5950abab56b011331ad4331409b6ff8efb8aeb.tar.gz
build: re-indent code
Signed-off-by: Daiki Ueno <ueno@gnu.org>
Diffstat (limited to 'lib/nettle/rnd-common.h')
-rw-r--r--lib/nettle/rnd-common.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/nettle/rnd-common.h b/lib/nettle/rnd-common.h
index 32c63700ae..e744e31945 100644
--- a/lib/nettle/rnd-common.h
+++ b/lib/nettle/rnd-common.h
@@ -22,17 +22,17 @@
*/
#ifndef GNUTLS_LIB_NETTLE_RND_COMMON_H
-# define GNUTLS_LIB_NETTLE_RND_COMMON_H
+#define GNUTLS_LIB_NETTLE_RND_COMMON_H
-# include "gnutls_int.h"
-# ifdef HAVE_GETPID
-# include <unistd.h> /* getpid */
-# endif
-# ifdef HAVE_GETRUSAGE
-# include <sys/resource.h>
-# endif
+#include "gnutls_int.h"
+#ifdef HAVE_GETPID
+#include <unistd.h> /* getpid */
+#endif
+#ifdef HAVE_GETRUSAGE
+#include <sys/resource.h>
+#endif
-# include <fips.h>
+#include <fips.h>
int _rnd_system_entropy_init(void);
void _rnd_system_entropy_deinit(void);
@@ -41,4 +41,4 @@ typedef int (*get_entropy_func)(void *rnd, size_t size);
extern get_entropy_func _rnd_get_system_entropy;
-#endif /* GNUTLS_LIB_NETTLE_RND_COMMON_H */
+#endif /* GNUTLS_LIB_NETTLE_RND_COMMON_H */