tighten formatting rules
[oweals/gnunet.git] / src / dht / gnunet-service-dht_clients.c
index 932b04d9b951c3e47ffa7abddf6915f60f413eb8..be6e22d012851c7f52cc990a1f1cc5078e8d6f0c 100644 (file)
@@ -1318,7 +1318,7 @@ GDS_CLIENTS_process_get_resp (enum GNUNET_BLOCK_Type type,
   cl_size = 0;
   for (m = monitor_head; NULL != m; m = m->next)
   {
-    if (((GNUNET_BLOCK_TYPE_ANY == m->type) ||(m->type == type) ) &&
+    if (((GNUNET_BLOCK_TYPE_ANY == m->type) || (m->type == type) ) &&
         ((NULL == m->key) ||
          (memcmp (key, m->key, sizeof(struct GNUNET_HashCode)) == 0) ))
     {
@@ -1402,7 +1402,7 @@ GDS_CLIENTS_process_put (uint32_t options,
   cl_size = 0;
   for (m = monitor_head; NULL != m; m = m->next)
   {
-    if (((GNUNET_BLOCK_TYPE_ANY == m->type) ||(m->type == type) ) &&
+    if (((GNUNET_BLOCK_TYPE_ANY == m->type) || (m->type == type) ) &&
         ((NULL == m->key) ||
          (memcmp (key, m->key, sizeof(struct GNUNET_HashCode)) == 0) ))
     {
@@ -1540,4 +1540,5 @@ GDS_CLIENTS_done ()
   }
 }
 
+
 /* end of gnunet-service-dht_clients.c */