tighten formatting rules
[oweals/gnunet.git] / src / util / crypto_paillier.c
index 75d60770606b42ab7ad69d3eaacae83e5805d4c0..0a08509ba19a5afc72038c95e64bdc8cff40767b 100644 (file)
@@ -246,8 +246,7 @@ GNUNET_CRYPTO_paillier_encrypt (const struct
      number has the same length (or is smaller), by counting the
      number of possible operations.  We essentially divide max_num by
      2 until the result is no longer larger than 'm', incrementing the
-     maximum number of operations in each round, starting at -2 */
-  for (possible_opts = -2; gcry_mpi_cmp (max_num, m) > 0; possible_opts++)
+     maximum number of operations in each round, starting at -2 */for (possible_opts = -2; gcry_mpi_cmp (max_num, m) > 0; possible_opts++)
     gcry_mpi_div (max_num,
                   NULL,
                   max_num,
@@ -481,4 +480,5 @@ GNUNET_CRYPTO_paillier_hom_get_remaining (const struct
   return ntohl (c->remaining_ops);
 }
 
+
 /* end of crypto_paillier.c */