summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJirka Hladky <jhladky@redhat.com>2024-10-22 23:16:36 +0200
committerJirka Hladky <jhladky@redhat.com>2024-10-22 23:16:36 +0200
commit6dcc0bb8ae9ae6264f9ef4dc6a12ba4b40e067b6 (patch)
tree5df1418812cbbd5bac7cc8c09cca2f681497b8cc
parentBumped version to 1.9.20 (diff)
downloadhaveged-master.tar.xz
haveged-master.zip
Removed spaces on blank linesHEADmaster
-rw-r--r--src/havegecollect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/havegecollect.c b/src/havegecollect.c
index 71f353a..249e1b2 100644
--- a/src/havegecollect.c
+++ b/src/havegecollect.c
@@ -174,7 +174,7 @@ H_COLLECT *havege_ndcreate(/* RETURN: NULL on failure */
h_ctxt->havege_tests = 0;
h_ctxt->havege_extra = 0;
h_ctxt->havege_tics = p+szBuffer;
-
+
/** An intermediate walk table twice the size of the L1 cache is allocated
** for use in permuting time stamp readings. The is meant to exercise
** processor TLBs.
@@ -193,7 +193,7 @@ H_COLLECT *havege_ndcreate(/* RETURN: NULL on failure */
#endif
{
H_UINT t0=0;
-
+
(void)havege_gather(h_ctxt); /* first sample */
t0 = HTICK1;
for(i=1;i<MININITRAND;i++)