]> granicus.if.org Git - haveged/commitdiff
minimize diff
authorAndrew <16061801+brada4@users.noreply.github.com>
Fri, 16 Aug 2019 11:25:06 +0000 (14:25 +0300)
committerAndrew <16061801+brada4@users.noreply.github.com>
Fri, 16 Aug 2019 11:25:06 +0000 (14:25 +0300)
src/havege.c

index d2a161ecd1b0929231081bc1aa74d0d4e42dfa6d..e271297048435c9efe0518af2edfc22a48ca5482 100644 (file)
@@ -201,7 +201,7 @@ void havege_destroy(       /* RETURN: none            */
          double *g = ((procShared *)temp)->G;
          hptr->testData = 0;
          if (0 != g)
-           free(g);
+          free(g);
          }
 #endif
       if (0 != (htemp=hptr->collector)) {