tighten formatting rules
[oweals/gnunet.git] / src / set / ibf_sim.c
index 226a9d75110c6202fd4cf82efa8f4714b509202e..6415d00e1d665af0626ae1f2b27967c98071c6f1 100644 (file)
@@ -93,8 +93,7 @@ main (int argc, char **argv)
          get 990/1000 elements on average over 1 million runs; key
          idea being to stop short of the 'last' possible IBF as
          otherwise a "lowball" per-chance would unduely influence the
-         result */
-      if ((j > 0) &&
+         result */if ((j > 0) &&
           (buckets[j - 1] > MAX_IBF_DECODE))
       {
         ret *= (1 << (j + 1));
@@ -136,6 +135,7 @@ main (int argc, char **argv)
   return 0;
 }
 
+
 /* TODO: should calculate stddev of the results to also be able to
    say something about the stability of the results, outside of
    large-scale averages -- gaining 8% precision at the expense of