-code deduplication in rsa sign/verify code
[oweals/gnunet.git] / src / util / getopt.c
index b5dc3031b5d57ae3a90809e1ca8f5c2cdc612816..64e4341e6cb73bea6da8929339152cbe35e33685 100644 (file)
@@ -940,7 +940,9 @@ GNUNET_GETOPT_run (const char *binaryOptions,
   GNUNET_free (shorts);
   GNUNET_free (long_options);
   if (cont != GNUNET_OK)
+  {
     return cont;
+  }
   return GNoptind;
 }