tighten formatting rules
[oweals/gnunet.git] / src / statistics / statistics_api.c
index 1f3dfcfa6435479a7852cd510f405fa862a3d47e..869d51544df1beeb9d474f128a0c723db74f4647 100644 (file)
@@ -739,8 +739,7 @@ reconnect_later (struct GNUNET_STATISTICS_Handle *h)
      * Chances are that it's down for good and we are not going to connect to
      * it anymore.
      * Give up and don't sync the rest of the data.
-     */
-    loss = GNUNET_NO;
+     */loss = GNUNET_NO;
     for (gh = h->action_head; NULL != gh; gh = gh->next)
       if ((gh->make_persistent) &&
           (ACTION_SET == gh->type))
@@ -762,7 +761,6 @@ reconnect_later (struct GNUNET_STATISTICS_Handle *h)
 }
 
 
-
 /**
  * Transmit a GET request (and if successful, start to receive
  * the response).