-fix time assertion introduce in last patch
[oweals/gnunet.git] / src / util / signal.c
index b76c658c897a81ef202068f16b1953e9e4801ae2..84237f65d69c0fa3a42ad926a678707121421b77 100644 (file)
@@ -120,7 +120,7 @@ void
 GNUNET_SIGNAL_raise (const int sig)
 {
   struct GNUNET_SIGNAL_Context *ctx;
-  
+
   for (ctx = sc_head; NULL != ctx; ctx = ctx->next)
   {
     if (sig != ctx->sig)