- fix cli arg parse
[oweals/gnunet.git] / src / util / common_logging.c
index 5faa4af73d13dde9ac01e99f6c1c9e91f469ac5b..aebfc504ad66fb5574998c90afb3a304251111be 100644 (file)
@@ -1095,7 +1095,7 @@ GNUNET_i2s (const struct GNUNET_PeerIdentity *pid)
 {
   static char buf[256];
   char *ret;
-
+  
   ret = GNUNET_CRYPTO_eddsa_public_key_to_string (&pid->public_key);
   strcpy (buf, ret);
   GNUNET_free (ret);