minor style fix
This commit is contained in:
parent
b31da162a8
commit
d6cdd80c8c
@ -137,11 +137,10 @@ cb_result (void *auction_closure,
|
||||
uint16_t *s = (uint16_t *)auction_closure;
|
||||
|
||||
if (0 == results_len)
|
||||
weprintf ("result determined by agent %d: none", *s);
|
||||
weprintf ("result from agent %d: none", *s);
|
||||
|
||||
for (uint16_t i = 0; i < results_len; i++)
|
||||
weprintf (
|
||||
"result determined by agent %d: bidder %d got status %d with price %d",
|
||||
weprintf ("result from agent %d: bidder %d got status %d with price %d",
|
||||
*s,
|
||||
results[i].bidder,
|
||||
results[i].status,
|
||||
|
Loading…
Reference in New Issue
Block a user