Skip to content

Commit

Permalink
Removed spaces on blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Jirka Hladky committed Oct 22, 2024
1 parent e0c1d0c commit 6dcc0bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/havegecollect.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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++)
Expand Down

0 comments on commit 6dcc0bb

Please sign in to comment.