gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: rps profiler: no unnecessar


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: rps profiler: no unnecessary blanks
Date: Mon, 09 Apr 2018 00:08:29 +0200

This is an automated email from the git hooks/post-receive script.

julius-buenger pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new ddd6bbe59 rps profiler: no unnecessary blanks
ddd6bbe59 is described below

commit ddd6bbe592939c66cf0bbe0f0591d86ab56946be
Author: Julius Bünger <address@hidden>
AuthorDate: Mon Apr 9 00:07:54 2018 +0200

    rps profiler: no unnecessary blanks
---
 src/rps/test_rps.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c
index 00835794b..b4c5e6cb1 100644
--- a/src/rps/test_rps.c
+++ b/src/rps/test_rps.c
@@ -2012,7 +2012,7 @@ static void compute_probabilities (uint32_t peer_idx)
     probs_as_str_cpy = GNUNET_strndup (probs_as_str, probs_as_str_size);
     tmp = GNUNET_snprintf (probs_as_str,
                            probs_as_str_size,
-                           "%s %3.2f ", probs_as_str_cpy, probs[i]);
+                           "%s %3.2f", probs_as_str_cpy, probs[i]);
     GNUNET_free (probs_as_str_cpy);
     GNUNET_assert (0 <= tmp);
   }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]