aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/gnunet-revocation.c
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2020-04-19 20:30:07 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-04-19 20:30:07 +0200
commitc2127bac669d91eb66bea91f5a9e0b27106a9152 (patch)
tree7698986db3d4108db1d4fddb4c83436460dae389 /src/revocation/gnunet-revocation.c
parent37bb51d9fc99c8d5dd99343adf0feb7e351e6394 (diff)
downloadgnunet-c2127bac669d91eb66bea91f5a9e0b27106a9152.tar.gz
gnunet-c2127bac669d91eb66bea91f5a9e0b27106a9152.zip
uncrustify
Diffstat (limited to 'src/revocation/gnunet-revocation.c')
-rw-r--r--src/revocation/gnunet-revocation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/revocation/gnunet-revocation.c b/src/revocation/gnunet-revocation.c
index 2d83da8b6..16f62de9d 100644
--- a/src/revocation/gnunet-revocation.c
+++ b/src/revocation/gnunet-revocation.c
@@ -280,7 +280,7 @@ calculate_pow (void *cls)
280 280
281 /* store temporary results */ 281 /* store temporary results */
282 pow_task = NULL; 282 pow_task = NULL;
283 //if (0 == (rd->pow % 128)) 283 // if (0 == (rd->pow % 128))
284 // sync_rd (rd); 284 // sync_rd (rd);
285 /* actually do POW calculation */ 285 /* actually do POW calculation */
286 if (GNUNET_OK == GNUNET_REVOCATION_pow_round (ph)) 286 if (GNUNET_OK == GNUNET_REVOCATION_pow_round (ph))